Skip to content

Commit 43f6020

Browse files
committed
Add meta checks for pre-commit config
1 parent b93dfae commit 43f6020

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

{{ cookiecutter.package_name }}/.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ repos:
3030
hooks:
3131
- id: codespell
3232
args: [ "--write-changes" ]
33+
- repo: meta
34+
hooks:
35+
- id: check-hooks-apply
36+
- id: check-useless-excludes
37+
3338
ci:
3439
autofix_prs: false
3540
autoupdate_schedule: "quarterly"

0 commit comments

Comments
 (0)