Skip to content

Commit

Permalink
Merge pull request #124 from Point72/tkp/ruffcheck
Browse files Browse the repository at this point in the history
Move to ruff check
  • Loading branch information
ngoldbaum authored Mar 1, 2024
2 parents fe54ced + 4497988 commit 5b4718d
Show file tree
Hide file tree
Showing 12 changed files with 191 additions and 158 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install: ## install library

lint-py:
python -m isort --check csp/ examples/ setup.py
python -m ruff csp/ examples/ setup.py
python -m ruff check csp/ examples/ setup.py

lint-cpp:
# clang-format --dry-run -Werror -i -style=file `find ./cpp/ -name "*.*pp"`
Expand Down
Loading

0 comments on commit 5b4718d

Please sign in to comment.