From 28faa827000b385e5e7e5497af8f04aaf4fcc3d4 Mon Sep 17 00:00:00 2001 From: Yannic Kilcher Date: Thu, 29 Dec 2022 15:42:57 +0100 Subject: [PATCH] fixing pre-commit exclude --- .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 cc858eea..6bb53e46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: # and which break the standard YAML check. The alternative would be to # skip any unsafe errors (and thus break YAML compatibility) or use # some other checker that may not work in general. - exclude: copilot/web/addons/* + exclude: "^copilot/web/addons/.*$" - id: check-json - id: check-case-conflict - id: detect-private-key