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.
Lets you know which imports to move in or out of type-checking blocks.
The main features of snok/flake8-type-checking are: Import Management, Linting Tools.
Projects with overlapping indexed features include: square/javapoet — JavaPoet is a source code generator and metaprogramming utility for the Java language. It functions as an abstract… 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. bskinn/flake8-absolute-import — flake8-absolute-import. ambv/flake8-pyi — A plugin for Flake8 that provides specializations for type hinting stub files, especially interesting for linting…
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
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
A plugin for Flake8 that provides specializations for type hinting stub files, especially interesting for linting typeshed.