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.
check-frozen
1 parent 28db3e5 commit 7fb3afbCopy full SHA for 7fb3afb
.pre-commit-config.yaml
@@ -23,6 +23,12 @@ repos:
23
- id: check-executables-have-shebangs
24
- id: check-merge-conflict
25
26
+ # Enforce frozen revisions in `.pre-commit-config.yaml`
27
+ - repo: https://github.com/real-yfprojects/check-pre-commit-config
28
+ rev: 27c71bd46101a7de517863033531963b7d04dee2 # frozen: v1.0.0-alpha3
29
+ hooks:
30
+ - id: check-frozen
31
+
32
- repo: https://github.com/python-poetry/poetry
33
rev: "cacd43c076748411a759c65dd46858cd8b7ef3b3" # frozen: 1.5.0
34
hooks:
0 commit comments