Skip to content

Commit 3895a4a

Browse files
authored
Merge pull request #5440 from bryan-cox/update-pre-commit-hooks
Update pre commit hooks to check spelling and lint-fix on pre commit
2 parents 0f04d8d + 30c0b16 commit 3895a4a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.pre-commit-config.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@ repos:
5555
- id: make-spellcheck
5656
name: Run make verify-shellcheck
5757
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+
language: system
66+
require_serial: true
67+
- id: make-lint-fix
68+
name: Run make lint-fix
69+
entry: make lint-fix
5870
stages: [pre-push]
5971
language: system
6072
require_serial: true

0 commit comments

Comments
 (0)