awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
MartinThoma avatar

MartinThoma/flake8-simplify

0
View on GitHub↗
193 stars·22 forks·Python·MIT·10 views

Flake8 Simplify

A flake8 plugin that helps you simplify your code.

Features

  • All In One - Suggests refactorings to simplify complex code structures.
  • Linters And Style Checkers - Suggests cleaner and more idiomatic code structures.

Star history

Star history chart for martinthoma/flake8-simplifyStar history chart for martinthoma/flake8-simplify

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Flake8 Simplify

These projects share indexed features with Flake8 Simplify. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • pycqa/flake8-bugbearPyCQA avatar

    PyCQA/flake8-bugbear

    1,115View on GitHub↗

    flake8-bugbear

    Python
    View on GitHub↗1,115
  • wemake-services/wemake-python-styleguidewemake-services avatar

    wemake-services/wemake-python-styleguide

    2,854View on GitHub↗

    The strictest and most opinionated python linter ever!

    Pythoncode-qualityflake8flake8-plugin
    View on GitHub↗2,854
  • openstack/hackingopenstack avatar

    openstack/hacking

    243View on GitHub↗

    Introduction

    Python
    View on GitHub↗243
  • astral-sh/ruffastral-sh avatar

    astral-sh/ruff

    48,177View on GitHub↗

    Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions as a comprehensive engine that scans source code to detect programming errors, security vulnerabilities, and deviations from established coding standards. By parsing source code into a structured tree representation, it provides both automated linting and style enforcement across entire projects. The tool distinguishes itself through its speed and deep integration into the development lifecycle. It utilizes parallelized file processing to maximize throughput on large codebases

    Rustlinterpep8python
    View on GitHub↗48,177
Compare all 23 related projects→

Frequently asked questions

What does martinthoma/flake8-simplify do?

A flake8 plugin that helps you simplify your code.

What are the main features of martinthoma/flake8-simplify?

The main features of martinthoma/flake8-simplify are: All In One, Linters And Style Checkers.

Which projects share features with martinthoma/flake8-simplify?

Projects with overlapping indexed features include: wemake-services/wemake-python-styleguide — The strictest and most opinionated python linter ever! pycqa/flake8-bugbear — flake8-bugbear. openstack/hacking — Introduction. astral-sh/ruff — Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions… dlint-py/dlint — Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure. davidhalter/parso — ################################################################### parso - A Python Parser…