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
On emacs, I keep having following warning message, even I have the recent version of python-mypy not sure why this warning message is generated; is there any way to fix this, or just disable it?
Suspicious state from syntax checker python-mypy: Flycheck checker python-mypy returned 2, but its output contained no errors:
utils.py: error: Source file found twice under different module names: 'Program.utils' and 'utils'
Found 1 error in 1 file (checked 1 source file)
Try installing a more recent version of python-mypy, and please open a bug report if the issue persists in the latest release.
Thanks!
=> The real problem is warning message keep showing up itself on the mini-buffer (which usually covers the 2/5 of the windows since message is long) and it shows up always after each save and become highly distracting.
I know it is unrelated to emacs but it affects the behavior of emacs.
On
emacs
, I keep having following warning message, even I have the recent version ofpython-mypy
not sure why this warning message is generated; is there any way to fix this, or just disable it?pip-setup:
output of
elpy-config
within theemacs
:The text was updated successfully, but these errors were encountered: