We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc73b3b commit 85ed92bCopy full SHA for 85ed92b
tox.ini
@@ -45,7 +45,7 @@ commands =
45
[testenv:linting]
46
dependency_groups = linting
47
commands =
48
- ruff check --diff {posargs:pytest_django pytest_django_test tests}
+ ruff check {posargs:pytest_django pytest_django_test tests}
49
ruff format --quiet --diff {posargs:pytest_django pytest_django_test tests}
50
mypy {posargs:pytest_django pytest_django_test tests}
51
ec .
0 commit comments