diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 312fd8b20dd..b75c49e0e6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ default_stages: [commit, push] minimum_pre_commit_version: "1.20.0" -exclude: vendor +exclude: ^vendor/ repos: - repo: https://github.com/dnephin/pre-commit-golang rev: v0.3.5