From 41ebdc3063bbebf9a214243815ad52fe832556b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Wed, 11 Feb 2026 22:09:16 +0200 Subject: [PATCH] Try to run all tox QA commands even if some fail --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 85e8dd2..8efe4e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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