Skip to content

Commit

Permalink
Update ruff check command
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks committed Dec 13, 2024
1 parent bca6ad8 commit fe40f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ clean:

.PHONY: format
format:
ruff check --select I --fix .
ruff check --fix .
ruff check
ruff format .
mypy ./
Expand Down

0 comments on commit fe40f0c

Please sign in to comment.