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 f5ca462 commit f862168Copy full SHA for f862168
tox.ini
@@ -48,7 +48,7 @@ commands =
48
ruff check --diff {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 {posargs:pytest_django pytest_django_test tests}
+ ec .
52
python -c "import subprocess, sys; sys.exit(subprocess.call('zizmor --persona=pedantic --format sarif .github/workflows/deploy.yml .github/workflows/main.yml > zizmor.sarif', shell=True))"
53
54
[testenv:doc8]
0 commit comments