awesome-repositories.comCategoriesBlog
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
·
best-doctor avatar

best-doctor/flake8-class-attributes-order

0
View on GitHub↗
61 stars·14 forks·Python·MIT·7 views

Flake8 Class Attributes Order

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

Features

  • Code Style - Enforces a specific order for class attributes.

Star history

Star history chart for best-doctor/flake8-class-attributes-orderStar history chart for best-doctor/flake8-class-attributes-order

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 Class Attributes Order

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

    afonasev/flake8-return

    60View on GitHub↗

    Flake8 plugin that checks return values.

    Python
    View on GitHub↗60
  • 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
  • cyyc1/flake8-indent-in-defcyyc1 avatar

    cyyc1/flake8-indent-in-def

    1View on GitHub↗

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

    Python
    View on GitHub↗1
  • adamchainz/flake8-comprehensionsadamchainz avatar

    adamchainz/flake8-comprehensions

    468View on GitHub↗

    flake8-comprehensions

    Python
    View on GitHub↗468
See all 20 alternatives to Flake8 Class Attributes Order→

Frequently asked questions

What does best-doctor/flake8-class-attributes-order do?

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

What are the main features of best-doctor/flake8-class-attributes-order?

The main features of best-doctor/flake8-class-attributes-order are: Code Style.

What are some open-source alternatives to best-doctor/flake8-class-attributes-order?

Open-source alternatives to best-doctor/flake8-class-attributes-order include: afonasev/flake8-return — Flake8 plugin that checks return values. 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(). 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.