You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The linit checking step in the CI fails with specified versions of pre-commit and black with
Traceback (most recent call last):
File "/home/runner/.cache/pre-commit/repofpjqa5l5/py_env-python3/bin/black", line 8, in <module>
sys.exit(patched_main())
File "/home/runner/.cache/pre-commit/repofpjqa5l5/py_env-python3/lib/python3.8/site-packages/black/__init__.py", line 6606, in patched_main
patch_click()
File "/home/runner/.cache/pre-commit/repofpjqa5l5/py_env-python3/lib/python3.8/site-packages/black/__init__.py", line 6595, in patch_click
from click import _unicodefun # type: ignore
ImportError: cannot import name '_unicodefun' from 'click' (/home/runner/.cache/pre-commit/repofpjqa5l5/py_env-python3/lib/python3.8/site-packages/click/__init__.py)
The text was updated successfully, but these errors were encountered:
Description
The linit checking step in the CI fails with specified versions of
pre-commit
andblack
withThe text was updated successfully, but these errors were encountered: