Skip to content

Commit a7d2fc3

Browse files
authored
Merge pull request #13070 from pytest-dev/patchback/backports/8.3.x/76a7f59a90e078a498253f68cb6d26d39cc17d5b/pr-13069
[PR #13069/76a7f59a backport][8.3.x] pre-commit: add zizmor hook
2 parents c2abd05 + 763a1aa commit a7d2fc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ repos:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
1313
- id: check-yaml
14+
- repo: https://github.com/woodruffw/zizmor-pre-commit
15+
rev: v0.9.2
16+
hooks:
17+
- id: zizmor
1418
- repo: https://github.com/adamchainz/blacken-docs
1519
rev: 1.18.0
1620
hooks:

0 commit comments

Comments
 (0)