Skip to content

Commit

Permalink
fix make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousDolphin committed Dec 20, 2024
1 parent 7436d85 commit c2c9b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ install-dev:
install-pre-commit:
@pre-commit install
lint:
@isort . --profile=black
@black .
@isort ./focoos --profile=black
@black ./focoos
run-pre-commit:
@pre-commit run --all-files
test:
Expand Down

0 comments on commit c2c9b5c

Please sign in to comment.