Skip to content

Commit 2f98f65

Browse files
committed
STY: Moved data directories exclusion to top level
1 parent 8c2c1c9 commit 2f98f65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
exclude: '.*/data/.*'
12
repos:
23
- repo: https://github.com/pre-commit/pre-commit-hooks
34
rev: v4.1.0
45
hooks:
56
- id: trailing-whitespace
6-
exclude: '.*/data/.*'
77
- id: end-of-file-fixer
8-
exclude: '.*/data/.*'
98
- id: check-yaml
109
- id: check-json
1110
- id: check-toml

0 commit comments

Comments
 (0)