From: Alex Waygood Date: Tue, 10 Oct 2023 08:21:58 +0000 (+0200) Subject: Add some 'meta hooks' to our pre-commit config (#110587) X-Git-Tag: v3.13.0a1~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5ec77fafd352b4eb290b86d70e4d0b4673459eb;p=thirdparty%2FPython%2Fcpython.git Add some 'meta hooks' to our pre-commit config (#110587) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2eaa047055e5..ffca103bb33e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,3 +30,8 @@ repos: args: [--enable=default-role] files: ^Doc/|^Misc/NEWS.d/next/ types: [rst] + + - repo: meta + hooks: + - id: check-hooks-apply + - id: check-useless-excludes