Skip to content

Commit

Permalink
Add jupyter as an excluded type for pretty-format-json
Browse files Browse the repository at this point in the history
  • Loading branch information
connortann authored Jul 26, 2023
1 parent 85ef03e commit 4253804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
entry: pretty-format-json
language: python
types: [json]
exclude_types: [jupyter]
- id: check-merge-conflict
name: check for merge conflicts
description: checks for files that contain merge conflict strings.
Expand Down

0 comments on commit 4253804

Please sign in to comment.