flake8-ruler
Config generator
Generates a flake8 configuration file from a more powerful config format
More powerful configs for flake8
11 stars
3 watching
0 forks
Language: Python
last commit: almost 3 years ago
Linked from 1 awesome list
flake8flake8-extensionsflake8-pluginslinterpyproject-tomlpythonpython3
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-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
orsinium-labs/flake8-length | Provides an alternative line length validation rule for Python code to help maintain readable text messages | 24 |
orsinium-labs/flake8-todos | Tools to check and enforce TODO comments in Python code | 27 |
orsinium-labs/flake8-comments | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
john-hen/flake8-pyproject | A Flake8 plugin that loads configuration from pyproject.toml | 228 |
mlshapiro/jupyterlab-flake8 | An extension that integrates flake8 linting into JupyterLab for Python notebooks and text files | 111 |
orsinium-labs/flake8-warnings | Lints Python code to detect deprecated modules and functions. | 12 |
lordmauve/flake8-html | Generates HTML reports of flake8 violations | 51 |
pgjones/flake8-sql | A Flake8 plugin for enforcing SQL coding standards. | 26 |
rocioar/flake8-django | A plugin to enforce Django-specific coding standards and best practices during code reviews. | 180 |
flake8-docs/flake8-rst | Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
queensferryme/flake8-too-many | A flake8 plugin that prevents excessive bad code in Python | 4 |
best-doctor/flake8-expression-complexity | Plugin to validate Python expressions for readability and complexity | 31 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |