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
$ 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)
when running with mypy:
$ mypy foo.py
Success: no issues found in 1 source file
Your Environment
Mypy version used: 0.910
Mypy command-line flags: none
Mypy configuration options from mypy.ini (and other config files):
Bug Report
when running with
dmypy:when running with
mypy:Your Environment
mypy.ini(and other config files):