From 3d45cb1b793117941c9c5a7d7238510b9772e3bc Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Sun, 2 Jan 2022 21:04:28 +0000 Subject: [PATCH] Fix resolution field validator --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]