From 1b535ae1bd003a5d77b81188cce8522d457d0f3a Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Mon, 27 May 2024 14:08:24 -0400 Subject: [PATCH] Reset pre-commit `files:` regex --- .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 95e3abcf..090a0d95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: args: - --builtin-schema - github-workflows-require-timeout - files: ^\.github\/workflows/[^/]+$ + files: ^\.github/workflows/[^/]+$ types: - yaml - id: check-readthedocs