Skip to content

Commit

Permalink
Update the format make rule
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Mar 5, 2024
1 parent 55113ef commit 64f04cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ pkg/build:
poetry build

format:
poetry run isort . --resolve-all-configs
poetry run black .
poetry run flake8
poetry run ruff format .
poetry run ruff check . --fix

docker/build:
# Set `--platform linux/amd64` because some packages do not work with Docker on M1 mac for now.
Expand Down

0 comments on commit 64f04cd

Please sign in to comment.