We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a3995 commit c4fe0c1Copy full SHA for c4fe0c1
1 file changed
.pre-commit-config.yaml
@@ -6,7 +6,9 @@ repos:
6
rev: v4.5.0
7
hooks:
8
- id: trailing-whitespace
9
+ exclude: ^(venv/|\.venv/|build/|dist/|demo/)
10
- id: end-of-file-fixer
11
12
- id: check-yaml
13
- id: check-json
14
- id: check-added-large-files
0 commit comments