awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sco1 avatar

sco1/flake8-annotations

0
View on GitHub↗
165 星标·9 分支·Python·MIT·2 次浏览pypi.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 历史

sco1/flake8-annotations 的 Star 历史图表sco1/flake8-annotations 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

sco1/flake8-annotations 是做什么的?

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

sco1/flake8-annotations 的主要功能有哪些?

sco1/flake8-annotations 的主要功能包括:Linting Tools, Type Annotations。

sco1/flake8-annotations 有哪些开源替代品?

sco1/flake8-annotations 的开源替代品包括: 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.

Flake8 Annotations 的开源替代方案

相似的开源项目,按与 Flake8 Annotations 的功能重合度排序。
  • asottile/flake8-typing-importsasottile 的头像

    asottile/flake8-typing-imports

    51在 GitHub 上查看↗

    flake8-typing-imports

    Python
    在 GitHub 上查看↗51
  • astral-sh/ruffastral-sh 的头像

    astral-sh/ruff

    48,177在 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
    在 GitHub 上查看↗48,177
  • best-doctor/flake8-annotations-complexitybest-doctor 的头像

    best-doctor/flake8-annotations-complexity

    50在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗50
  • ambv/flake8-pyiambv 的头像

    ambv/flake8-pyi

    83在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗83
查看 Flake8 Annotations 的所有 11 个替代方案→