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
As noticed in #3162 (comment) & #3162 (comment) we have code guarded by if sys.version_info > (3, ...) that currently isn't type checked at all.
So we should probably test both lowest & highest supported python version with mypy. Should be fairly straightforward: duplicate the code in check.sh and fix the one error in _path.py.
The text was updated successfully, but these errors were encountered:
As noticed in #3162 (comment) & #3162 (comment) we have code guarded by
if sys.version_info > (3, ...)
that currently isn't type checked at all.So we should probably test both lowest & highest supported python version with mypy. Should be fairly straightforward: duplicate the code in
check.sh
and fix the one error in_path.py
.The text was updated successfully, but these errors were encountered: