From 2df894331d5379f36517f71bede447c7316c2c22 Mon Sep 17 00:00:00 2001 From: Sebastian Schildt Date: Fri, 29 Mar 2024 16:41:13 +0900 Subject: [PATCH] Fix pre-commit config to not touch .gz files Signed-off-by: Sebastian Schildt --- .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 653f349..cdd554f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: exclude_types: ["dbc"] - id: end-of-file-fixer exclude_types: ["dbc", "json"] - exclude: \.token$ + exclude: \.token$|\.gz$ - id: check-yaml - id: check-added-large-files