Skip to content

Commit 43b396a

Browse files
chore: update repo precommit hook config
1 parent cb2e102 commit 43b396a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1+
exclude: ^.devcontainer/|^charts/|^mk-include/|^node_modules/
12
fail_fast: false
23
repos:
4+
# ### SERVICEBOT BEGIN - DO NOT EDIT THIS SECTION
35
- repo: https://github.com/pre-commit/pre-commit-hooks
46
rev: v5.0.0
57
hooks:
8+
- id: check-case-conflict
9+
- id: check-json
610
- id: check-merge-conflict
711
args: [--assume-in-merge]
812
- id: check-yaml
913
args: [--unsafe]
10-
- id: check-case-conflict
11-
- id: check-json
1214
- id: end-of-file-fixer
1315
- id: trailing-whitespace
1416

1517
- repo: https://github.com/syntaqx/git-hooks
1618
rev: v0.0.16
1719
hooks:
20+
# ### SERVICEBOT END
1821
- id: go-fmt
1922
always_run: false
2023
- id: go-generate
2124
always_run: false
2225
- id: go-mod-tidy
2326
always_run: false
24-
exclude: ^.devcontainer/|^charts/|^mk-include/|^node_modules/

0 commit comments

Comments
 (0)