switch from black/isort/autoflake to ruff
This commit is contained in:
parent
b5a93cb92f
commit
7665dfe769
4 changed files with 39 additions and 141 deletions
|
|
@ -4,7 +4,7 @@ cd "$RUN_DIR"
|
|||
|
||||
[ -z "${DEBUG:-}" ] || set -x
|
||||
|
||||
autoflake --quiet --check --recursive unwind tests
|
||||
isort unwind tests
|
||||
black unwind tests
|
||||
ruff check --fix . ||:
|
||||
ruff format .
|
||||
|
||||
pyright
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue