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 b02f6c7 commit e89238cCopy full SHA for e89238c
.pre-commit-config.yaml
@@ -3,6 +3,8 @@ ci:
3
autoupdate_commit_msg: '[pre-commit.ci] pre-commit suggestions'
4
autoupdate_schedule: quarterly
5
6
+exclude: '\\.ipynb$'
7
+
8
repos:
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
rev: v6.0.0
@@ -35,7 +37,6 @@ repos:
35
37
- id: mdformat
36
38
additional_dependencies:
39
- mdformat-gfm
- exclude: workflows
40
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
rev: v0.14.5
0 commit comments