flake8-pylint
Code quality checker
An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors.
Flake8 plugin that runs PyLint
8 stars
3 watching
3 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
flake8flake8-extensionflake8-extensionsflake8-pluginflake8-pluginspylintpythonpython3
Related projects:
Repository | Description | Stars |
---|---|---|
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
orsinium-labs/flake8-warnings | Lints Python code to detect deprecated modules and functions. | 12 |
orsinium-labs/flake8-length | Provides an alternative line length validation rule for Python code to help maintain readable text messages | 24 |
orsinium-labs/flake8-comments | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
orsinium-labs/flake8-ruler | Generates a flake8 configuration file from a more powerful config format | 11 |
and-semakin/flake8-pytestrail | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
orsinium-labs/flake8-todos | Tools to check and enforce TODO comments in Python code | 27 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
pycqa/flake8-bugbear | A plugin that extends flake8 to detect design problems and likely bugs in Python code. | 1,066 |
peterjc/flake8-black | A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 166 |
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |
sfstpala/flake8-import-style | Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
pycqa/flake8-docstrings | Tools to improve Python documentation quality and consistency | 154 |