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
·
C

cyyc1/flake8-clean-block

0
View on GitHub↗
0 estrellas·0 forks·4 vistas

Flake8 Clean Block

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

Features

  • Code Style - Requires blank lines after control flow blocks.

Historial de estrellas

Gráfico del historial de estrellas de cyyc1/flake8-clean-blockGráfico del historial de estrellas de cyyc1/flake8-clean-block

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 Clean Block

Proyectos open-source similares, clasificados según cuántas características comparten con Flake8 Clean Block.
  • 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-indent-in-defAvatar de cyyc1

    cyyc1/flake8-indent-in-def

    1Ver en GitHub↗

    This is a flake8 plugin enforces 8-space indentation in function/class definitions in Python code.

    Python
    Ver en GitHub↗1
  • adamchainz/flake8-comprehensionsAvatar de adamchainz

    adamchainz/flake8-comprehensions

    468Ver en GitHub↗

    flake8-comprehensions

    Python
    Ver en GitHub↗468
Ver las 20 alternativas a Flake8 Clean Block→

Preguntas frecuentes

¿Qué hace cyyc1/flake8-clean-block?

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

¿Cuáles son las características principales de cyyc1/flake8-clean-block?

Las características principales de cyyc1/flake8-clean-block son: Code Style.

¿Qué alternativas de código abierto existen para cyyc1/flake8-clean-block?

Las alternativas de código abierto para cyyc1/flake8-clean-block 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-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(). 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.