We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f65c9 commit b8e7c26Copy full SHA for b8e7c26
.pre-commit-config.yaml
@@ -3,7 +3,8 @@ ci:
3
autoupdate_commit_msg: '[pre-commit.ci] pre-commit suggestions'
4
autoupdate_schedule: quarterly
5
6
-exclude: '\.ipynb$'
+# exclude notebook files and markdown issue templates
7
+exclude: '\.ipynb$|\.github/ISSUE_TEMPLATE/.*
8
9
repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments