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
mypy with Python 3.10....................................................Failed
- hook id: mypy
- exit code: 2
Deferral trace:
jsonpatch:98
...
...
...
/home/feickert/.cache/pre-commit/repou_tp6v3h/py_env-python3.10/lib/python3.10/site-packages/jsonpatch-stubs/__init__.pyi: error: INTERNAL ERROR: maximum semantic analysis iteration count reached
/home/feickert/.cache/pre-commit/repou_tp6v3h/py_env-python3.10/lib/python3.10/site-packages/jsonpatch-stubs/__init__.pyi:229: error: INTERNAL ERROR -- Please try using mypy master on GitHub:
https://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build
If this issue continues with mypy master, please report a bug at https://github.com/python/mypy/issues
version: 0.981
/home/feickert/.cache/pre-commit/repou_tp6v3h/py_env-python3.10/lib/python3.10/site-packages/jsonpatch-stubs/__init__.pyi:229: : note: please use --show-traceback to print a traceback when reporting a bug
I'm attaching the output of
pre-commit run mypy --all-files &> mypy-v0.981-error.txt
Closing as we can just get this picked up in the next mypy release that pre-commit.ci bumps us to as the underlying problem was fixed in python/mypy#13516, as noted in python/mypy#13813.
is causing errors of the form
I'm attaching the output of
here: mypy-v0.981-error.txt
Originally posted by @matthewfeickert in #2038 (comment)
The text was updated successfully, but these errors were encountered: