Add ruff check (#294)

This commit is contained in:
Erik Vroon
2023-10-07 17:02:05 +02:00
committed by GitHub
parent 6c741fd821
commit f4d7aae2ea
24 changed files with 118 additions and 74 deletions

View File

@@ -2,7 +2,7 @@
set -evo pipefail
black .
ruff --fix .
dmypy run -- --follow-imports=normal --junit-xml= .
ENVIRONMENT=CI pytest --cov --cov-report=xml . -vvv
pylint alembic bracket tests
isort .