Skip to content

Commit 30c0b16

Browse files
committed
Add make verify-codespell to pre-commit hook
This commit adds make verify-codespell to the pre-commit hook. Signed-off-by: Bryan Cox <[email protected]>
1 parent 5eb1a6e commit 30c0b16

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ repos:
5858
stages: [pre-commit]
5959
language: system
6060
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
6167
- id: make-lint-fix
6268
name: Run make lint-fix
6369
entry: make lint-fix

0 commit comments

Comments
 (0)