diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d339a4fd4494..4ac0b5bde6f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -72,7 +72,7 @@ repos: - id: validate-resolution name: "Validate PEP Resolution field" language: pygrep - entry: '(?#]*?`)\n))' args: ['--multiline'] files: '^pep-\d+\.(rst|txt)$' types: [text]