Skip to content

Commit

Permalink
disable black-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sparing committed Nov 24, 2021
1 parent 6ec20ae commit 513bc6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -43,8 +43,9 @@ repos:
hooks:
- id: black
args: [-l 80]
- id: black-jupyter
args: [-l 80]
# black-jupyter disabled until https://github.com/psf/black/pull/2630
# - id: black-jupyter
# args: [-l 80]
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
hooks:
Expand Down

0 comments on commit 513bc6b

Please sign in to comment.