$ dmypy run -- foo.py
Restarting: configuration changed
Daemon stopped
Daemon started
foo.py: note: In class "Foo":
foo.py:2: error: Need type annotation for "bar" [var-annotated]
bar = None
^
Found 1 error in 1 file (checked 1 source file)
$ mypy foo.py
Success: no issues found in 1 source file
Bug Report
when running with
dmypy:when running with
mypy:Your Environment
mypy.ini(and other config files):