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
scripts\test_types.py:6: note: Revealed type is "typing.Generator[upath.core.UPath, None, None]"
scripts\test_types.py:7: note: Revealed type is "typing.Generator[upath.core.UPath, None, None]"
scripts\test_types.py:8: note: Revealed type is "upath.core.UPath"
scripts\test_types.py:9: note: Revealed type is "upath.core.UPath"
with 0.2.2:
scripts\test_types.py:6: note: Revealed type is "Any"
scripts\test_types.py:7: note: Revealed type is "Any"
scripts\test_types.py:8: note: Revealed type is "Any"
scripts\test_types.py:9: note: Revealed type is "Any"
python: 3.11.5
mypy: 1.9.0
The text was updated successfully, but these errors were encountered:
Analyzing types with mypy was working before
v0.2.0
, now many attributes returnAny
.If I run mypy on this .py file:
0.1.4
:0.2.2
:The text was updated successfully, but these errors were encountered: