diff --git a/{{ cookiecutter.package_name }}/.pre-commit-config.yaml b/{{ cookiecutter.package_name }}/.pre-commit-config.yaml index bc82d5e..2f73258 100644 --- a/{{ cookiecutter.package_name }}/.pre-commit-config.yaml +++ b/{{ cookiecutter.package_name }}/.pre-commit-config.yaml @@ -30,6 +30,11 @@ repos: hooks: - id: codespell args: [ "--write-changes" ] + - repo: meta + hooks: + - id: check-hooks-apply + - id: check-useless-excludes + ci: autofix_prs: false autoupdate_schedule: "quarterly"