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 pre-commit failed with mypy error: unused "type: ignore" comment. Have no idea how to fix this, and it prevents me from running pre-commit check locally.
After checkout to #4996 this 'unused' error disappear.
The python version of my environment is 3.8.10.
The text was updated successfully, but these errors were encountered:
See #4970 (comment); I managed to do this with zero issues: #5066 😉 , just make sure your environment is up-to-date, and I highly recommend the use of tox
The pre-commit failed with mypy
error: unused "type: ignore" comment
. Have no idea how to fix this, and it prevents me from running pre-commit check locally.After checkout to #4996 this 'unused' error disappear.
The python version of my environment is
3.8.10
.The text was updated successfully, but these errors were encountered: