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
P

pjknkda/flake8-datetimez

0
View on GitHub↗
0 stars·0 forks·7 views

Flake8 Datetimez

A plugin for flake8 to ban the usage of unsafe naive datetime class.

Features

  • Code Style - Bans the use of unsafe naive datetime objects.

Star history

Star history chart for pjknkda/flake8-datetimezStar history chart for pjknkda/flake8-datetimez

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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 Datetimez

Similar open-source projects, ranked by how many features they share with Flake8 Datetimez.
  • afonasev/flake8-returnafonasev avatar

    afonasev/flake8-return

    60View on GitHub↗

    Flake8 plugin that checks return values.

    Python
    View on GitHub↗60
  • best-doctor/flake8-class-attributes-orderbest-doctor avatar

    best-doctor/flake8-class-attributes-order

    61View on GitHub↗

    An extension for flake8 to report on wrong class attributes order and class level logic.

    Python
    View on GitHub↗61
  • cyyc1/flake8-clean-blockC

    cyyc1/flake8-clean-block

    0View on GitHub↗

    This is a flake8 plugin that enforces a blank line after if/for/while/with/try blocks in Python code.

    View on GitHub↗0
  • adamchainz/flake8-comprehensionsadamchainz avatar

    adamchainz/flake8-comprehensions

    468View on GitHub↗

    flake8-comprehensions

    Python
    View on GitHub↗468
See all 20 alternatives to Flake8 Datetimez→

Frequently asked questions

What does pjknkda/flake8-datetimez do?

A plugin for flake8 to ban the usage of unsafe naive datetime class.

What are the main features of pjknkda/flake8-datetimez?

The main features of pjknkda/flake8-datetimez are: Code Style.

What are some open-source alternatives to pjknkda/flake8-datetimez?

Open-source alternatives to pjknkda/flake8-datetimez include: afonasev/flake8-return — Flake8 plugin that checks return values. best-doctor/flake8-class-attributes-order — An extension for flake8 to report on wrong class attributes order and class level logic. cyyc1/flake8-clean-block — This is a flake8 plugin that enforces a blank line after if/for/while/with/try blocks in Python code. cyyc1/flake8-indent-in-def — This is a flake8 plugin enforces 8-space indentation in function/class definitions in Python code. expobrain/flake8-datetime-utcnow-plugin — Plugin for flake8 to warn the developer of the usage of datetime.utcnow(). adamchainz/flake8-comprehensions — flake8-comprehensions.