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.
2 parents 0f04d8d + 30c0b16 commit 3895a4aCopy full SHA for 3895a4a
.pre-commit-config.yaml
@@ -55,6 +55,18 @@ repos:
55
- id: make-spellcheck
56
name: Run make verify-shellcheck
57
entry: make verify-shellcheck
58
+ stages: [pre-commit]
59
+ language: system
60
+ require_serial: true
61
+ - id: make-verify-codespell
62
+ name: Run make verify-codespell
63
+ entry: make verify-codespell
64
+ stages: [ pre-push ]
65
66
67
+ - id: make-lint-fix
68
+ name: Run make lint-fix
69
+ entry: make lint-fix
70
stages: [pre-push]
71
language: system
72
require_serial: true
0 commit comments