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
PyCQA avatar

PyCQA/flake8-bugbear

0
View on GitHub↗
1,115 stars·120 forks·Python·MIT·12 views

Flake8 Bugbear

flake8-bugbear

Features

  • All In One - Detects likely bugs and common design flaws in Python code.
  • Linters And Style Checkers - Plugin for detecting likely bugs and design flaws.

Star history

Star history chart for pycqa/flake8-bugbearStar history chart for pycqa/flake8-bugbear

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 Bugbear

These projects share indexed features with Flake8 Bugbear. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • openstack/hackingopenstack avatar

    openstack/hacking

    243View on GitHub↗

    Introduction

    Python
    View on GitHub↗243
  • 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
  • martinthoma/flake8-simplifyMartinThoma avatar

    MartinThoma/flake8-simplify

    193View on GitHub↗

    A flake8 plugin that helps you simplify your code.

    Python
    View on GitHub↗193
  • 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 pycqa/flake8-bugbear do?

flake8-bugbear

What are the main features of pycqa/flake8-bugbear?

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

Which projects share features with pycqa/flake8-bugbear?

Projects with overlapping indexed features include: wemake-services/wemake-python-styleguide — The strictest and most opinionated python linter ever! openstack/hacking — Introduction. martinthoma/flake8-simplify — A flake8 plugin that helps you simplify your code. 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…