From 36251ff418355ac514a346f459fa65f14f3126c9 Mon Sep 17 00:00:00 2001 From: kingbuzzman Date: Fri, 15 Aug 2025 04:32:07 -0400 Subject: [PATCH] ruff: Fixes ruff linter to warn about all issues --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1caaf78d..5ffeeead 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,7 @@ commands = [testenv:linting] dependency_groups = linting commands = - ruff check --diff {posargs:pytest_django pytest_django_test tests} + ruff check {posargs:pytest_django pytest_django_test tests} ruff format --quiet --diff {posargs:pytest_django pytest_django_test tests} mypy {posargs:pytest_django pytest_django_test tests} ec .