Skip to content

Commit e89238c

Browse files
committed
exclude notebook files
1 parent b02f6c7 commit e89238c

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

6+
exclude: '\\.ipynb$'
7+
68
repos:
79
- repo: https://github.com/pre-commit/pre-commit-hooks
810
rev: v6.0.0
@@ -35,7 +37,6 @@ repos:
3537
- id: mdformat
3638
additional_dependencies:
3739
- mdformat-gfm
38-
exclude: workflows
3940

4041
- repo: https://github.com/astral-sh/ruff-pre-commit
4142
rev: v0.14.5

0 commit comments

Comments
 (0)