Skip to content

Commit 262cfd8

Browse files
committed
Issue #45: don't run pretty-format-json on jupyter notebooks
1 parent 2eb5295 commit 262cfd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repos:
1212
- id: check-toml
1313
- id: pretty-format-json
1414
args: ["--autofix", "--no-sort-keys"]
15+
exclude_types: ["jupyter"]
1516
- repo: https://github.com/astral-sh/ruff-pre-commit
1617
rev: v0.6.9
1718
hooks:

0 commit comments

Comments
 (0)