Skip to content

Commit

Permalink
Add dependency on ruff and isort to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrgl committed Oct 4, 2024
1 parent c5eeaec commit 93fd18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ lint:
ruff check .
ruff format --check .


test:
pytest -ra tests/ -sv --cov=cartesia/ --log-cli-level=INFO
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ twine
setuptools
wheel
numpy
isort
ruff

0 comments on commit 93fd18f

Please sign in to comment.