Skip to content

Commit

Permalink
add isort to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed May 6, 2024
1 parent 0fb9d4b commit 32b1aa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ lint:
poetry run flake8 openapi_python_client tests
poetry run mypy openapi_python_client tests
poetry run black tests openapi_python_client --check
isort black tests openapi_python_client --check --diff

# format the whole project
format:
rm -rf tests/_local
isort black tests openapi_python_client
poetry run black tests openapi_python_client

test:
Expand Down

0 comments on commit 32b1aa1

Please sign in to comment.