committed by
GitHub
8 changed files with 23 additions and 26 deletions
@ -1,6 +0,0 @@ |
|||||
#!/bin/sh -e |
|
||||
set -x |
|
||||
|
|
||||
# Sort imports one per line, so autoflake can remove unused imports |
|
||||
isort --recursive --force-single-line-imports --apply app |
|
||||
sh ./scripts/format.sh |
|
@ -1,6 +1,5 @@ |
|||||
#!/bin/sh -e |
#!/bin/sh -e |
||||
set -x |
set -x |
||||
|
|
||||
autoflake --remove-all-unused-imports --recursive --remove-unused-variables --in-place app --exclude=__init__.py |
ruff check app scripts --fix |
||||
black app |
ruff format app scripts |
||||
isort --recursive --apply app |
|
||||
|
Loading…
Reference in new issue