mirror of
https://github.com/evroon/bracket.git
synced 2026-04-25 09:47:09 -04:00
Add ruff check (#294)
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user