awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sco1 avatar

sco1/flake8-annotations

0
View on GitHub↗
165 Stars·9 Forks·Python·MIT·1 Aufrufpypi.org/project/flake8-annotations↗

Flake8 Annotations

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

Features

  • Linting Tools - Checks for the presence of type annotations in functions.
  • Type Annotations - Checks for the presence of type annotations.

Star-Verlauf

Star-Verlauf für sco1/flake8-annotationsStar-Verlauf für sco1/flake8-annotations

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Flake8 Annotations

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Flake8 Annotations.
  • asottile/flake8-typing-importsAvatar von asottile

    asottile/flake8-typing-imports

    51Auf GitHub ansehen↗

    flake8-typing-imports

    Python
    Auf GitHub ansehen↗51
  • astral-sh/ruffAvatar von astral-sh

    astral-sh/ruff

    48,177Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗48,177
  • best-doctor/flake8-annotations-complexityAvatar von best-doctor

    best-doctor/flake8-annotations-complexity

    50Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗50
  • ambv/flake8-pyiAvatar von ambv

    ambv/flake8-pyi

    83Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗83
Alle 11 Alternativen zu Flake8 Annotations anzeigen→

Häufig gestellte Fragen

Was macht sco1/flake8-annotations?

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

Was sind die Hauptfunktionen von sco1/flake8-annotations?

Die Hauptfunktionen von sco1/flake8-annotations sind: Linting Tools, Type Annotations.

Welche Open-Source-Alternativen gibt es zu sco1/flake8-annotations?

Open-Source-Alternativen zu sco1/flake8-annotations sind unter anderem: 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. 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.