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
Back to snok/flake8-type-checking

Projects sharing features with Flake8 Type Checking

19 open-source projects similar to snok/flake8-type-checking, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • square/javapoetsquare avatar

    square/javapoet

    10,850View on GitHub↗

    JavaPoet is a source code generator and metaprogramming utility for the Java language. It functions as an abstract syntax tree construction library that allows developers to model classes, methods, and fields as objects before emitting them as source code. The library distinguishes itself through automatic import management and code formatting. It tracks referenced types to generate required import statements and handles line wrapping, semicolon placement, and indentation to ensure generated files remain readable. The tool covers a broad range of generation capabilities, including the defini

    Java
    View on GitHub↗10,850
  • ambv/flake8-pyiambv avatar

    ambv/flake8-pyi

    83View on GitHub↗

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

    Python
    View on GitHub↗83
  • 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

AI search

Explore more awesome repositories

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

Find more with AI search
  • 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
  • bskinn/flake8-absolute-importB

    bskinn/flake8-absolute-import

    0View on GitHub↗

    flake8-absolute-import

    View on GitHub↗0
  • golang/gogolang avatar

    golang/go

    134,756View on GitHub↗

    Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external dependencies. The language is built around a structural type system that uses interfaces for polymorphism and a concurrency model based on lightweight, stack-based coroutines that communicate through channels. The language distinguishes itself through a runtime that features a c

    Gogogolanglanguage
    View on GitHub↗134,756
  • henryiii/flake8-lazyhenryiii avatar

    henryiii/flake8-lazy

    20View on GitHub↗

    flake8-lazy is a flake8 plugin that finds imports which can be made lazy in Python 3.15 (following PEP 810). See the post here for more on the development of this tool!

    Python
    View on GitHub↗20
  • joaopalmeiro/flake8-import-conventionsjoaopalmeiro avatar

    joaopalmeiro/flake8-import-conventions

    11View on GitHub↗

    An opinionated plugin for Flake8 on how certain packages should be imported or aliased.

    Python
    View on GitHub↗11
  • marcgibbons/flake8-datetime-importM

    marcgibbons/flake8-datetime-import

    0View on GitHub↗

    flake8-datetime-import is an opinionated plugin which aims to reduce confusing or inconsistent usage of Python's datetime module. It checks that datetime and time are imported as modules and aliased like:

    View on GitHub↗0
  • pycqa/flake8-import-orderPyCQA avatar

    PyCQA/flake8-import-order

    281View on GitHub↗

    flake8-import-order

    Python
    View on GitHub↗281
  • 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
  • sfstpala/flake8-import-stylesfstpala avatar

    sfstpala/flake8-import-style

    3View on GitHub↗

    A flake8 plugin to ensure explicit module imports.

    Python
    View on GitHub↗3
  • sondrelg/flake8-typing-only-importssondrelg avatar

    sondrelg/flake8-typing-only-imports

    128View on GitHub↗

    Lets you know which imports to move in or out of type-checking blocks.

    Python
    View on GitHub↗128
  • spoqa/flake8-import-order-spoqaspoqa avatar

    spoqa/flake8-import-order-spoqa

    15View on GitHub↗

    flake8-import-order-spoqa

    Python
    View on GitHub↗15
  • tlocke/flake8-alphabetizetlocke avatar

    tlocke/flake8-alphabetize

    17View on GitHub↗

    Flake8 Alphabetize

    Python
    View on GitHub↗17
  • 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
  • adamchainz/flake8-tidy-importsadamchainz avatar

    adamchainz/flake8-tidy-imports

    74View on GitHub↗

    flake8-tidy-imports

    Python
    View on GitHub↗74
  • xzise/flake8-future-importxZise avatar

    xZise/flake8-future-import

    18View on GitHub↗

    future import checker

    Python
    View on GitHub↗18