flake8-simplify
Code simplifier
A plugin that simplifies Python code by removing unnecessary complexity and suggesting better alternatives
❄ A flake8 plugin that helps you to simplify code
186 stars
5 watching
19 forks
Language: Python
last commit: 11 months ago
Linked from 1 awesome list
code-qualityflake8flake8-extensionsflake8-pluginlinterpythonpython-stylepython3
Related projects:
Repository | Description | Stars |
---|---|---|
martinthoma/flake8-scream | A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
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 |
orsinium-labs/flake8-comments | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |
mlshapiro/jupyterlab-flake8 | An extension that integrates flake8 linting into JupyterLab for Python notebooks and text files | 111 |
wemake-services/flake8-eradicate | Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
takishima/flake8-secure-coding-standard | Enforces secure coding standards in Python | 5 |
pycqa/flake8-bugbear | A plugin that extends flake8 to detect design problems and likely bugs in Python code. | 1,066 |
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
stummjr/flake8-scrapy | An integration of Flake8 and Scrapy to catch common coding issues in Spider projects | 19 |