restrict click to < 8.1 for black (#10923)

https://github.com/pallets/click/issues/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.
This commit is contained in:
Kyle Altendorf
2022-03-28 19:49:22 -07:00
committed by GitHub
parent 36bee1b8ca
commit fda14b5b47
+1
View File
@@ -54,6 +54,7 @@ repos:
rev: 21.12b0
hooks:
- id: black
additional_dependencies: ['click<8.1']
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks: