From 189a35ab37a4106c422382916a4ec826ef9919e1 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Wed, 23 Oct 2024 09:18:05 +0200 Subject: [PATCH] Fix files definition in hook config Fixes #287 --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index c84199a..7e3e46c 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -19,4 +19,4 @@ --replaces "requests.sessions%_content:token:str:v1.1cd89d399b8c70f8b88e22cbdaa72abbe5e390db" language: python types: [yaml] - files: (^|/)test[^/]+\.yaml$ + files: (^|/)test.*\.yaml$