awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
C

cyyc1/flake8-clean-block

0
View on GitHub↗
0 Stars·0 Forks·8 Aufrufe

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.

Star-Verlauf

Star-Verlauf für cyyc1/flake8-clean-blockStar-Verlauf für cyyc1/flake8-clean-block

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Flake8 Clean Block

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Flake8 Clean Block.
  • afonasev/flake8-returnAvatar von afonasev

    afonasev/flake8-return

    60Auf GitHub ansehen↗

    Flake8 plugin that checks return values.

    Python
    Auf GitHub ansehen↗60
  • best-doctor/flake8-class-attributes-orderAvatar von best-doctor

    best-doctor/flake8-class-attributes-order

    61Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗61
  • cyyc1/flake8-indent-in-defAvatar von cyyc1

    cyyc1/flake8-indent-in-def

    1Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗1
  • adamchainz/flake8-comprehensionsAvatar von adamchainz

    adamchainz/flake8-comprehensions

    468Auf GitHub ansehen↗

    flake8-comprehensions

    Python
    Auf GitHub ansehen↗468
Alle 20 Alternativen zu Flake8 Clean Block anzeigen→

Häufig gestellte Fragen

Was macht cyyc1/flake8-clean-block?

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

Was sind die Hauptfunktionen von cyyc1/flake8-clean-block?

Die Hauptfunktionen von cyyc1/flake8-clean-block sind: Code Style.

Welche Open-Source-Alternativen gibt es zu cyyc1/flake8-clean-block?

Open-Source-Alternativen zu cyyc1/flake8-clean-block sind unter anderem: 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.