Open asqui opened 1 year ago
Did you mean to also provide the contents of src/scratch.py
here?
src/scratch.py
looks something like this:
from foo import bar # Import from our internal codebase
class A:
pass
A().foo()
(Unfortunately I can't share the codebase that this is interacting with.)
Crash Report
Just trying out dmypy for the first time and I encountered the below issue when trying to check an individual file after starting the daemon and checking the entire source repository.
Repro / Traceback
Observations
scratch.py
has an error it it. If I 'fix' the error in that file, the crash does not occur, though the curiosity of re-checking the individual file taking nearly a minute remains.Environment
mypy.ini
(and other config files): Can repro with empty mypy.ini