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
·
asottile avatar

asottile/flake8-typing-imports

0
View on GitHub↗
51 stars·6 forks·Python·MIT·5 views

Flake8 Typing Imports

flake8-typing-imports

Features

  • Linting Tools - Validates that typing imports are properly guarded.
  • Type Annotations - Ensures typing imports are properly guarded.

Star history

Star history chart for asottile/flake8-typing-importsStar history chart for asottile/flake8-typing-imports

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

Frequently asked questions

What does asottile/flake8-typing-imports do?

flake8-typing-imports

What are the main features of asottile/flake8-typing-imports?

The main features of asottile/flake8-typing-imports are: Linting Tools, Type Annotations.

What are some open-source alternatives to asottile/flake8-typing-imports?

Open-source alternatives to asottile/flake8-typing-imports include: sco1/flake8-annotations — flake8-annotations is a plugin for Flake8 that detects the absence of PEP 3107-style function annotations. 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. best-doctor/flake8-annotations-coverage — An extension for flake8 to report on files with a lot of code without type annotations. decorator-factory/flake8-pep585 — This plugin enforces the changes proposed by PEP 585. snok/flake8-type-checking — Lets you know which imports to move in or out of type-checking blocks.

Open-source alternatives to Flake8 Typing Imports

Similar open-source projects, ranked by how many features they share with Flake8 Typing Imports.
  • 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
  • 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
  • best-doctor/flake8-annotations-coveragebest-doctor avatar

    best-doctor/flake8-annotations-coverage

    34View on GitHub↗

    An extension for flake8 to report on files with a lot of code without type annotations.

    Python
    View on GitHub↗34
  • 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
See all 11 alternatives to Flake8 Typing Imports→