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

ambv/flake8-pyi

0
View on GitHub↗
83 stars·23 forks·Python·MIT·9 views

Flake8 Pyi

A plugin for Flake8 that provides specializations for type hinting stub files, especially interesting for linting typeshed.

Features

  • Linting Tools - Specialized linting for Python stub files.

Star history

Star history chart for ambv/flake8-pyiStar history chart for ambv/flake8-pyi

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 Pyi

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

    asottile/flake8-typing-imports

    51View on GitHub↗

    flake8-typing-imports

    Python
    View on GitHub↗51
  • 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
  • best-doctor/flake8-annotations-complexitybest-doctor avatar

    best-doctor/flake8-annotations-complexity

    50View on GitHub↗

    An extension for flake8 to report on too complex type annotations.

    Python
    View on GitHub↗50
  • sco1/flake8-annotationssco1 avatar

    sco1/flake8-annotations

    165View on GitHub↗

    flake8-annotations is a plugin for Flake8 that detects the absence of PEP 3107-style function annotations.

    Python
    View on GitHub↗165
Compare all 7 related projects→

Frequently asked questions

What does ambv/flake8-pyi do?

A plugin for Flake8 that provides specializations for type hinting stub files, especially interesting for linting typeshed.

What are the main features of ambv/flake8-pyi?

The main features of ambv/flake8-pyi are: Linting Tools.

Which projects share features with ambv/flake8-pyi?

Projects with overlapping indexed features include: asottile/flake8-typing-imports — flake8-typing-imports. astral-sh/ruff — Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions… best-doctor/flake8-annotations-complexity — An extension for flake8 to report on too complex type annotations. sco1/flake8-annotations — flake8-annotations is a plugin for Flake8 that detects the absence of PEP 3107-style function annotations. snok/flake8-type-checking — Lets you know which imports to move in or out of type-checking blocks. sondrelg/flake8-typing-only-imports — Lets you know which imports to move in or out of type-checking blocks.