pyls-flake8
pyls-flake8 copied to clipboard
Python Language Server plugin for Flake8
pyls-flake8
A Flake8 plugin for the Python LSP Server.
Install this plugin in the same environment as python-lsp-server:
pip install pyls-flake8
pyls-flake8 will read its config from your project's setup.cfg,
tox.ini or .flake8 file if it has one.