An extension for flake8 to report on too complex type annotations.
Las características principales de best-doctor/flake8-annotations-complexity son: Code Complexity, Linting Tools.
Las alternativas de código abierto para best-doctor/flake8-annotations-complexity incluyen: ambv/flake8-pyi — A plugin for Flake8 that provides specializations for type hinting stub files, especially interesting for linting… 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-expression-complexity — An extension for flake8 that validates expression complexity. best-doctor/flake8-functions — An extension for flake8 to report on issues with functions. melevir/flake8-cognitive-complexity — An extension for flake8 that validates cognitive functions complexity.
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
An extension for flake8 that validates expression complexity.
A plugin for Flake8 that provides specializations for type hinting stub files, especially interesting for linting typeshed.