From 94c6b1811816b4e270e8d4ab5890519adb79ffe3 Mon Sep 17 00:00:00 2001 From: Quentin Ferrand Date: Wed, 12 Jan 2022 23:35:37 +0100 Subject: [PATCH] fix: add proper excludes from pre-commit --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4782da..cc7ae2e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,6 +9,7 @@ repos: - id: double-quote-string-fixer - id: fix-encoding-pragma - id: no-commit-to-branch + exclude: 'data/tests/' - id: name-tests-test - repo: https://gitlab.com/pycqa/flake8 rev: 3.9.2