Skip to content

Commit 4adcd14

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 9937cde commit 4adcd14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

+6
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)