diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d1f9ee9..f57772c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,7 @@ repos: +- repo: meta + hooks: + - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: @@ -13,3 +16,8 @@ repos: rev: v0.10.0.1 hooks: - id: shellcheck + exclude: | + (?x)^( + config\/zsh\/.*| + home/\.zshenv + )$