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 projects/mypy/a.py
Success: no issues found in 1 source file
>mypy projects/other/a.py
b.py:1: error: Incompatible types in assignment (expression has type "int", variable has type "str")
Found 1 error in 1 file (checked 1 source file)
I have no idea whats going on here, I can consistently reproduce it with these folders(projects/mypy), but not any other folder.
The text was updated successfully, but these errors were encountered:
KotlinIsland
changed the title
inconsistent behavior depending on where mypy is invoked
inconsistent behavior depending on the file path being checked
Dec 10, 2021
given:
a.py:
b.py:
I have no idea whats going on here, I can consistently reproduce it with these folders(projects/mypy), but not any other folder.
The text was updated successfully, but these errors were encountered: