Skip to content

Commit b8e7c26

Browse files
committed
ignore template files for github
1 parent a6f65c9 commit b8e7c26

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
@@ -3,7 +3,8 @@ ci:
33
autoupdate_commit_msg: '[pre-commit.ci] pre-commit suggestions'
44
autoupdate_schedule: quarterly
55

6-
exclude: '\.ipynb$'
6+
# exclude notebook files and markdown issue templates
7+
exclude: '\.ipynb$|\.github/ISSUE_TEMPLATE/.*
78
89
repos:
910
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)