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 start
Daemon started
👉 dmypy check test1.py
Success: no issues found in 42 source files
👉 dmypy recheck --update test2.py
Daemon crashed!
Traceback (most recent call last):
File "mypy\dmypy_server.py", line 234, in serve
File "mypy\dmypy_server.py", line 281, in run_command
File "mypy\dmypy_server.py", line 396, in cmd_recheck
AssertionError
mypy 1.4.1
no config files
The text was updated successfully, but these errors were encountered:
It seems that if remove or update is given, this part updates the sources list, but without setting remove or update to None (nor should be). In other words, the assertion error will be triggered as long as either remove or update is given (and following imports, which is a default behavior).
Thus, in my opinion, the assertion looks unnecessary?
mypy 1.4.1
no config files
The text was updated successfully, but these errors were encountered: