Skip to content

Commit

Permalink
Pin click version
Browse files Browse the repository at this point in the history
An update to `click` causes `black` to fail with
`ImportError: cannot import name '_unicodefun' from 'click' (/Users/jimhays/.cache/pre-commit/repoef_0ghls/py_env-python3/lib/python3.10/site-packages/click/__init__.py)`

This pins `click` at a working version.

For more information, see:
dask/distributed#6013
  • Loading branch information
calvinballing committed Apr 1, 2022
1 parent a9b373a commit 68cf2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
black==19.10b0
click >= 6.6, <= 8.0.4
flake8==3.7.9
pycodestyle==2.5.0
pytest==5.4.1
Expand Down

0 comments on commit 68cf2e7

Please sign in to comment.