We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2c1c9 commit 2f98f65Copy full SHA for 2f98f65
.pre-commit-config.yaml
@@ -1,11 +1,10 @@
1
+exclude: '.*/data/.*'
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
rev: v4.1.0
5
hooks:
6
- id: trailing-whitespace
- exclude: '.*/data/.*'
7
- id: end-of-file-fixer
8
9
- id: check-yaml
10
- id: check-json
11
- id: check-toml
0 commit comments