From f5b5e44ddc2423ab83f8e06878b46192aba8d1a1 Mon Sep 17 00:00:00 2001 From: "service-bot-app[bot]" Date: Tue, 24 Feb 2026 01:55:06 +0000 Subject: [PATCH] chore: update repo precommit hook config [ci skip] --- .pre-commit-config.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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/