Skip to content

Commit 56f77cf

Browse files
committed
Issue #45: don't run ruff/ruff-format on jupyter notebooks either (for now)
1 parent a67dfce commit 56f77cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ repos:
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
21+
exclude_types: ["jupyter"]
2122
- id: ruff-format
23+
exclude_types: ["jupyter"]
2224
- repo: https://github.com/pycqa/isort
2325
rev: 5.13.2
2426
hooks:

0 commit comments

Comments
 (0)