-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Milestone
Description
I did not install autopep8 (preferring black), pylint (preferring flake8), rope (preferring jedi) or yapf (preferring black). Taking that into account I see the following warning messages in [stderr] even if I have disabled these options in my server configuration. Should this happen? I would have thought if those modules were disabled in the configuration one should not see such warnings.
WARNING - pylsp.config.config - Failed to load pylsp entry point 'autopep8': No module named 'autopep8'
WARNING - pylsp.config.config - Failed to load pylsp entry point 'pylint': No module named 'pylint'
WARNING - pylsp.config.config - Failed to load pylsp entry point 'rope_completion': No module named 'rope'
WARNING - pylsp.config.config - Failed to load pylsp entry point 'rope_rename': No module named 'rope'
WARNING - pylsp.config.config - Failed to load pylsp entry point 'yapf': No module named 'yapf'
Metadata
Metadata
Assignees
Labels
No labels