From 933a50fddf68a4313ae651f56b54f0fea5e71997 Mon Sep 17 00:00:00 2001 From: Daniel Pozsar Date: Fri, 8 Nov 2024 11:33:53 +0100 Subject: [PATCH] updated pre commit --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e8110f..20ffd3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,11 +14,8 @@ repos: # rev: v4.6.0 # hooks: # - id: trailing-whitespace -# exclude: ^data/ # - id: end-of-file-fixer -# exclude: ^data/ # - id: check-added-large-files -# exclude: ^data/ # - id: check-yaml - repo: https://github.com/pycqa/isort rev: 5.13.2