Skip to content

Commit

Permalink
add isort
Browse files Browse the repository at this point in the history
  • Loading branch information
budzianowski committed Jun 4, 2024
1 parent ea1e46e commit 29bc713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ clean:
# ------------------------ #

format:
@isort --profile black sim
@black sim
@ruff format sim
.PHONY: format
Expand All @@ -86,6 +87,7 @@ format-cpp:
.PHONY: format-cpp

static-checks:
@isort --profile black --check --diff sim
@black --diff --check sim
@ruff check sim
@mypy --install-types --non-interactive sim
Expand Down
1 change: 1 addition & 0 deletions sim/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ darglint
mypy
pytest
ruff
isort

0 comments on commit 29bc713

Please sign in to comment.