File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ exclude : ^.devcontainer/|^charts/|^mk-include/|^node_modules/
12fail_fast : false
23repos :
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/
You can’t perform that action at this time.
0 commit comments