ci: ensure same checks as locally are run

This commit is contained in:
Jens Langhammer
2020-09-26 19:08:37 +02:00
parent c1058c7438
commit f27b43507c
3 changed files with 14 additions and 13 deletions

View File

@ -8,13 +8,13 @@ coverage:
lint-fix:
isort -rc .
black .
black passbook e2e lifecycle
lint:
pyright
bandit -r .
pyright pyright e2e lifecycle
bandit -r passbook e2e lifecycle
pylint passbook e2e lifecycle
prospector
prospector passbook e2e lifecycle
gen: coverage
./manage.py generate_swagger -o swagger.yaml -f yaml