Skip to content

Commit 5eb1a6e

Browse files
committed
Add make lint-fix to pre-commit hook
This commit adds make lint-fix to the pre-commit hook. Signed-off-by: Bryan Cox <[email protected]>
1 parent 37d561f commit 5eb1a6e

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-lint-fix
62+
name: Run make lint-fix
63+
entry: make lint-fix
64+
stages: [pre-push]
65+
language: system
66+
require_serial: true
6167
- id: make-conversions
6268
name: Run make verify-conversions
6369
entry: make verify-conversions

0 commit comments

Comments
 (0)