emanspeaks / pyls-flake8

Python Language Server plugin for Flake8
MIT License
24 stars 5 forks source link

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.