Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orsinium-labs/flake8-pylint
Flake8 plugin that runs PyLint
https://github.com/orsinium-labs/flake8-pylint
flake8 flake8-extension flake8-extensions flake8-plugin flake8-plugins pylint python python3
Last synced: 3 months ago
JSON representation
Flake8 plugin that runs PyLint
- Host: GitHub
- URL: https://github.com/orsinium-labs/flake8-pylint
- Owner: orsinium-labs
- License: mit
- Created: 2021-01-14T13:32:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T05:44:08.000Z (about 1 year ago)
- Last Synced: 2024-07-20T13:43:06.235Z (4 months ago)
- Topics: flake8, flake8-extension, flake8-extensions, flake8-plugin, flake8-plugins, pylint, python, python3
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flake8-extensions - flake8-pylint - Wrapper around [pylint](https://github.com/pylint-dev/pylint). (Wrappers)
README
# flake8-pylint
[Flake8](https://gitlab.com/pycqa/flake8) plugin that runs [PyLint](https://github.com/PyCQA/pylint/).
```bash
python3 -m pip install --user -U flake8-pylint
```