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 = [
63
63
" pytest-xdist" ,
64
64
]
65
65
linting = [
66
- " ruff==0.9.5" ,
67
66
" mypy==1.15.0" ,
67
+ " ruff==0.9.5" ,
68
+ " zizmor==1.9.0" ,
68
69
]
69
70
[project .urls ]
70
71
Documentation = " https://pytest-django.readthedocs.io/"
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ commands =
48
48
ruff check --diff {posargs:pytest_django pytest_django_test tests}
49
49
ruff format --quiet --diff {posargs:pytest_django pytest_django_test tests}
50
50
mypy {posargs:pytest_django pytest_django_test tests}
51
+ zizmor --persona =regular .github/workflows/deploy.yml .github/workflows/main.yml
51
52
52
53
[testenv:doc8]
53
54
basepython = python3
You can’t perform that action at this time.
0 commit comments