mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Try to run all tox QA commands even if some fail
This commit is contained in:
parent
31c69dbea5
commit
41ebdc3063
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ ignore_errors =
|
|||
|
||||
# QA runs type checks, linting, and code formatting checks
|
||||
[testenv:py314-djqa]
|
||||
stoponfail = false
|
||||
deps = -r requirements.txt
|
||||
commands =
|
||||
mypy axes
|
||||
|
|
|
|||
Loading…
Reference in a new issue