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
·
tyleryep avatar

tyleryep/flake8-future-annotations

0
View on GitHub↗
15 stars·2 forks·Python·MIT·6 views

Flake8 Future Annotations

Verifies python 3.7+ files use from future import annotations if a type is used in the module that can be rewritten using PEP 563.

Features

  • Type Annotations - Verifies the use of future annotations.

Star history

Star history chart for tyleryep/flake8-future-annotationsStar history chart for tyleryep/flake8-future-annotations

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Flake8 Future Annotations

Similar open-source projects, ranked by how many features they share with Flake8 Future Annotations.
  • asottile/flake8-typing-importsasottile avatar

    asottile/flake8-typing-imports

    51View on GitHub↗

    flake8-typing-imports

    Python
    View on GitHub↗51
  • best-doctor/flake8-annotations-coveragebest-doctor avatar

    best-doctor/flake8-annotations-coverage

    34View on GitHub↗

    An extension for flake8 to report on files with a lot of code without type annotations.

    Python
    View on GitHub↗34
  • decorator-factory/flake8-pep585decorator-factory avatar

    decorator-factory/flake8-pep585

    22View on GitHub↗

    This plugin enforces the changes proposed by PEP 585.

    Python
    View on GitHub↗22
  • 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
See all 5 alternatives to Flake8 Future Annotations→

Frequently asked questions

What does tyleryep/flake8-future-annotations do?

Verifies python 3.7+ files use from future import annotations if a type is used in the module that can be rewritten using PEP 563.

What are the main features of tyleryep/flake8-future-annotations?

The main features of tyleryep/flake8-future-annotations are: Type Annotations.

What are some open-source alternatives to tyleryep/flake8-future-annotations?

Open-source alternatives to tyleryep/flake8-future-annotations include: asottile/flake8-typing-imports — flake8-typing-imports. 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. sco1/flake8-annotations — flake8-annotations is a plugin for Flake8 that detects the absence of PEP 3107-style function annotations. xome4ok/flake8-new-union-types — Flake8 plugin to enforce the new Union and Optional annotation syntax defined in PEP 604.