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

GitHub

187 stars
5 watching
19 forks
Language: Python
last commit: almost 3 years ago
Linked from 1 awesome list

code-qualityflake8flake8-extensionsflake8-pluginlinterpythonpython-stylepython3

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
martinthoma/flake8-screamA Flake8 plugin to help identify and suppress false-positive warnings in Python code4
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
queensferryme/flake8-too-manyA flake8 plugin that prevents excessive bad code in Python4
best-doctor/flake8-expression-complexityPlugin to validate Python expressions for readability and complexity32
orsinium-labs/flake8-commentsAnalyze redundant comments in Python code to reduce information redundancy and improve code quality.9
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
best-doctor/flake8-annotations-complexityTools to help write clear and maintainable Python code with type annotations46
mlshapiro/jupyterlab-flake8An extension that integrates flake8 linting into JupyterLab for Python notebooks and text files111
wemake-services/flake8-eradicateAutomatically identifies and flags unused or commented-out code in Python projects.311
orsinium-labs/flake8-codesTools to inspect error codes in Python code for linting and quality assurance14
takishima/flake8-secure-coding-standardEnforces secure coding standards in Python5
pycqa/flake8-bugbearA tool to identify likely bugs and design problems in Python code1,066
best-doctor/flake8-functionsEnforces code standards for Python functions50
flake8-implicit-str-concat/flake8-implicit-str-concatA Flake8 plugin that checks for correct string literal concatenation in Python code.31
stummjr/flake8-scrapyAn integration of Flake8 and Scrapy to catch common coding issues in Spider projects19