Skip to content

Commit 709a9e6

Browse files
authored
Exclude jupyter notebooks from pre-commit JSON reformatting. (#145)
1 parent 0446fbe commit 709a9e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ repos:
4242
- --autofix
4343
- --indent=4
4444
- --no-sort-keys
45+
exclude_types: [jupyter]
4546
- id: check-merge-conflict
4647
- id: check-yaml
4748
- id: check-json

0 commit comments

Comments
 (0)