mirror of https://github.com/pytest-dev/pytest.git
Merge pull request #13069 from bluetech/zizmor-pre-commit
pre-commit: add zizmor hook
(cherry picked from commit 76a7f59a90
)
This commit is contained in:
parent
c2abd05a88
commit
763a1aab9f
|
@ -11,6 +11,10 @@ repos:
|
|||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: check-yaml
|
||||
- repo: https://github.com/woodruffw/zizmor-pre-commit
|
||||
rev: v0.9.2
|
||||
hooks:
|
||||
- id: zizmor
|
||||
- repo: https://github.com/adamchainz/blacken-docs
|
||||
rev: 1.18.0
|
||||
hooks:
|
||||
|
|
Loading…
Reference in New Issue