From ea3f44c63d0b478a84ef6bf29dfbad626f070bba Mon Sep 17 00:00:00 2001 From: Andreas Philippi <90837097+andrphilippi@users.noreply.github.com> Date: Thu, 3 Sep 2026 15:33:09 +0200 Subject: [PATCH] Update .pre-commit-config.yaml --- .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 cda7ec0238..e789931376 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,4 +3,4 @@ repos: rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # frozen: v1.7.12 hooks: - id: actionlint - exclude: ^\.github/workflows/.*\.lock\.yml$ + exclude: '^\.github/workflows/.*\.lock\.yml$'