Try to run all tox QA commands even if some fail

This commit is contained in:
Aleksi Häkli 2026-02-11 22:09:16 +02:00
parent 31c69dbea5
commit 41ebdc3063

View file

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