Skip to content

Commit aba9d75

Browse files
committed
feat(offline): new try of exclude in precommit config
1 parent 238c5c2 commit aba9d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
66
rev: v3.2.0
7-
exclude: libdev/
87
hooks:
98
- id: trailing-whitespace
9+
exclude: libdev/
1010
- id: check-docstring-first
1111
- id: check-json
1212
- id: check-added-large-files

0 commit comments

Comments
 (0)