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
There's an issue with f-string line/column numbers which was reported for mypy but is actually an ast bug that also exists upstream. (We don't want to get in the business of fixing those independently from upstream.)
It's been fixed upstream in python/cpython#1800 (bpo-30465) so the fix should be incorporated here so we can eventually declare victory in mypy.
There's an issue with f-string line/column numbers which was reported for mypy but is actually an ast bug that also exists upstream. (We don't want to get in the business of fixing those independently from upstream.)
It's been fixed upstream in python/cpython#1800 (bpo-30465) so the fix should be incorporated here so we can eventually declare victory in mypy.