Skip to content

Commit

Permalink
restrict click to < 8.1 for black
Browse files Browse the repository at this point in the history
pallets/click#2225

Doing this instead of updating since updating black will change several
files due to some formatting change.  I would like to take that on
separately from unbreaking CI.
  • Loading branch information
altendky authored and wallentx committed Apr 1, 2022
1 parent 45512c7 commit 1db42fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ repos:
rev: 21.12b0
hooks:
- id: black
additional_dependencies: ['click<8.1']
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
Expand Down

0 comments on commit 1db42fa

Please sign in to comment.