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 .