mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 04:34:16 +00:00
Add jupyter as an excluded type for pretty-format-json
This commit is contained in:
parent
85ef03e3b7
commit
4253804e4e
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@
|
||||||
entry: pretty-format-json
|
entry: pretty-format-json
|
||||||
language: python
|
language: python
|
||||||
types: [json]
|
types: [json]
|
||||||
|
exclude_types: [jupyter]
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
name: check for merge conflicts
|
name: check for merge conflicts
|
||||||
description: checks for files that contain merge conflict strings.
|
description: checks for files that contain merge conflict strings.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue