mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +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
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue