switch from black/isort/autoflake to ruff

This commit is contained in:
ducklet 2023-11-26 15:10:16 +01:00
parent b5a93cb92f
commit 7665dfe769
4 changed files with 39 additions and 141 deletions

View file

@ -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