Skip to content

Commit

Permalink
Update format.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored Nov 26, 2024
1 parent 9955b0a commit f3f3b37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -x

poetry run autoflake --remove-all-unused-imports --recursive --remove-unused-variables --in-place . --exclude=__init__.py
poetry run black .
poetry run isort .
autoflake --remove-all-unused-imports --recursive --remove-unused-variables --in-place . --exclude=__init__.py
black .
isort .

0 comments on commit f3f3b37

Please sign in to comment.