diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e40010f5..6fef73154 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,9 @@ repos: - id: check-hooks-apply name: run check-hooks-apply description: check hooks apply to the repository + - id: check-useless-excludes + name: run check-useless-excludes + description: clean up unnecessary exclusion patterns - repo: local hooks: - id: prettier