File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ rules :
2+ unpinned-uses :
3+ config :
4+ policies :
5+ actions/* : ref-pin
6+ codecov/codecov-action : ref-pin
Original file line number Diff line number Diff line change @@ -63,8 +63,9 @@ xdist = [
6363 " pytest-xdist" ,
6464]
6565linting = [
66- " ruff==0.9.5" ,
6766 " mypy==1.15.0" ,
67+ " ruff==0.9.5" ,
68+ " zizmor==1.9.0" ,
6869]
6970[project .urls ]
7071Documentation = " https://pytest-django.readthedocs.io/"
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ commands =
4848 ruff check --diff {posargs:pytest_django pytest_django_test tests}
4949 ruff format --quiet --diff {posargs:pytest_django pytest_django_test tests}
5050 mypy {posargs:pytest_django pytest_django_test tests}
51+ zizmor --persona =regular .github/workflows/deploy.yml .github/workflows/main.yml
5152
5253[testenv:doc8]
5354basepython = python3
You can’t perform that action at this time.
0 commit comments