From 8677786da55813b5b4dd4afc7be279d732b93fd3 Mon Sep 17 00:00:00 2001 From: Daniel Pozsar Date: Sun, 3 Nov 2024 17:54:32 +0100 Subject: [PATCH] excluding data folder from formatting --- .pre-commit-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 79885c2..f8626f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,9 +14,12 @@ repos: rev: v4.6.0 hooks: - id: trailing-whitespace + exclude: ^data/ - id: end-of-file-fixer - - id: check-yaml + exclude: ^data/ - id: check-added-large-files + exclude: ^data/ + - id: check-yaml - repo: https://github.com/pycqa/isort rev: 5.13.2 hooks: