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.
1 parent a6b62c5 commit 01ea7d0Copy full SHA for 01ea7d0
.pre-commit-config.yaml
@@ -34,6 +34,10 @@ repos:
34
hooks:
35
- id: pymarkdown
36
files: docs/.*
37
+- repo: https://github.com/rhysd/actionlint
38
+ rev: v1.7.6
39
+ hooks:
40
+ - id: actionlint
41
- repo: local
42
43
- id: mypy-local
@@ -81,7 +85,8 @@ repos:
81
85
entry: tools/png-lint.sh
82
86
language: script
83
87
types: [png]
84
-- repo: https://github.com/rhysd/actionlint
- rev: v1.7.6
- hooks:
- - id: actionlint
88
+ - id: suggestion
89
+ name: Suggestion
90
+ entry: bash -c 'echo "To bypass pre-commit hooks, add --no-verify to git commit."'
91
+ language: system
92
+ verbose: true
0 commit comments