diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eafbbfbeb9..e86220854b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,24 +1,26 @@ +exclude: ^.devcontainer/|^charts/|^mk-include/|^node_modules/ fail_fast: false repos: +# ### SERVICEBOT BEGIN - DO NOT EDIT THIS SECTION - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: + - id: check-case-conflict + - id: check-json - id: check-merge-conflict args: [--assume-in-merge] - id: check-yaml args: [--unsafe] - - id: check-case-conflict - - id: check-json - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/syntaqx/git-hooks rev: v0.0.16 hooks: + # ### SERVICEBOT END - id: go-fmt always_run: false - id: go-generate always_run: false - id: go-mod-tidy always_run: false -exclude: ^.devcontainer/|^charts/|^mk-include/|^node_modules/