Skip to content

Commit

Permalink
Temporary disable black
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 3, 2022
1 parent a8b4be6 commit 1289549
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .pre-commit-config.yaml
Expand Up @@ -5,18 +5,12 @@ repos:
- id: pyupgrade
args: [--py37-plus]

# Version 8.1.2 of click breaks black
- repo: https://github.com/pallets/click
rev: 8.0.3
hooks:
- id: click
args: [--target-version=py37]

- repo: https://github.com/psf/black
rev: 21.12b0
hooks:
- id: black
args: [--target-version=py37]
# Uncomment when click fixes 8.1.2 bugs
#- repo: https://github.com/psf/black
# rev: 21.12b0
# hooks:
# - id: black
# args: [--target-version=py37]

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
Expand Down

0 comments on commit 1289549

Please sign in to comment.