summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-04-28 19:31:58 +0200
committerUwe Klotz <uklotz@mixxx.org>2020-04-30 22:29:56 +0200
commit0a420398b424f7fba94bcb33d8e1c3faf2c72ed1 (patch)
treeb8069bef343c9d4fb48ca01756e32d5a8a5ddbb1 /.pre-commit-config.yaml
parentef4f358b2f50bcb0c19d6e77511e8cfd85788d0a (diff)
pre-commit: Ignore test data
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 05fd1f1958..f497a889f0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -39,7 +39,7 @@
# Using the `$SKIP` var is preferable to using `git commit --no-verify`
# because it won't prevent catching other, unrelated issues.
-exclude: ^lib/.*$
+exclude: ^(lib/|src/test/.*data/).*$
default_language_version:
python: python3
repos: