awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
expobrain avatar

expobrain/flake8-datetime-utcnow-plugin

0
View on GitHub↗
2 estrellas·2 forks·Python·MIT·2 vistas

Flake8 Datetime Utcnow Plugin

Plugin for flake8 to warn the developer of the usage of datetime.utcnow().

Features

  • Code Style - Warns against using deprecated UTC time methods.

Historial de estrellas

Gráfico del historial de estrellas de expobrain/flake8-datetime-utcnow-pluginGráfico del historial de estrellas de expobrain/flake8-datetime-utcnow-plugin

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Flake8 Datetime Utcnow Plugin

Proyectos open-source similares, clasificados según cuántas características comparten con Flake8 Datetime Utcnow Plugin.
  • afonasev/flake8-returnAvatar de afonasev

    afonasev/flake8-return

    60Ver en GitHub↗

    Flake8 plugin that checks return values.

    Python
    Ver en GitHub↗60
  • best-doctor/flake8-class-attributes-orderAvatar de best-doctor

    best-doctor/flake8-class-attributes-order

    61Ver en GitHub↗

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

    Python
    Ver en GitHub↗61
  • cyyc1/flake8-clean-blockC

    cyyc1/flake8-clean-block

    0Ver en GitHub↗

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

    Ver en GitHub↗0
  • adamchainz/flake8-comprehensionsAvatar de adamchainz

    adamchainz/flake8-comprehensions

    468Ver en GitHub↗

    flake8-comprehensions

    Python
    Ver en GitHub↗468
Ver las 20 alternativas a Flake8 Datetime Utcnow Plugin→

Preguntas frecuentes

¿Qué hace expobrain/flake8-datetime-utcnow-plugin?

Plugin for flake8 to warn the developer of the usage of datetime.utcnow().

¿Cuáles son las características principales de expobrain/flake8-datetime-utcnow-plugin?

Las características principales de expobrain/flake8-datetime-utcnow-plugin son: Code Style.

¿Qué alternativas de código abierto existen para expobrain/flake8-datetime-utcnow-plugin?

Las alternativas de código abierto para expobrain/flake8-datetime-utcnow-plugin incluyen: 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. flake8-implicit-str-concat/flake8-implicit-str-concat — This is a plugin for the Python code-checking tool Flake8 to encourage correct string literal concatenation. adamchainz/flake8-comprehensions — flake8-comprehensions.