Skip to content

Commit c4fe0c1

Browse files
committed
loose pre-commit rule
1 parent 48a3995 commit c4fe0c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ repos:
66
rev: v4.5.0
77
hooks:
88
- id: trailing-whitespace
9+
exclude: ^(venv/|\.venv/|build/|dist/|demo/)
910
- id: end-of-file-fixer
11+
exclude: ^(venv/|\.venv/|build/|dist/|demo/)
1012
- id: check-yaml
1113
- id: check-json
1214
- id: check-added-large-files

0 commit comments

Comments
 (0)