# pyls-flake8 **Repository Path**: fanjunwei/pyls-flake8 ## Basic Information - **Project Name**: pyls-flake8 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-04 - **Last Updated**: 2022-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pyls-flake8 A Flake8 plugin for the [Python LSP Server](https://github.com/python-lsp/python-lsp-server). Install this plugin in the same environment as `python-lsp-server`: ```shell 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.