anakin-language-server icon indicating copy to clipboard operation
anakin-language-server copied to clipboard

cannot import name 'CONFIG_FILES' from 'mypy.defaults'

Open MoltenArmor opened this issue 9 months ago • 0 comments

This line in server.py:

from mypy.defaults import CONFIG_FILES

causes the issue.

This is probably because of mypy commit 42a97bb, and CONFIG_FILES is not defined in mypy.defaults anymore.

MoltenArmor avatar Mar 15 '25 18:03 MoltenArmor