Skip to content

Commit e52c12e

Browse files
committed
pre-commit ignores docs, .github
1 parent 8f4ca3f commit e52c12e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
default_stages: [commit, push]
2-
exclude: ^images/
2+
exclude: (^.github/|^docs/|^images/)
3+
34
repos:
45
- repo: https://github.com/pre-commit/pre-commit-hooks
56
rev: v4.4.0

0 commit comments

Comments
 (0)