Add jupyter as an excluded type for pretty-format-json

This commit is contained in:
connortann 2023-07-26 14:51:03 +01:00 committed by GitHub
parent 85ef03e3b7
commit 4253804e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.