Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 332 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 332 Bytes

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.