flake8-class-attributes-order
Class Attribute Validator
An extension for flake8 to report on class attribute order and level logic in Python classes.
A flake8 extension that checks classes attributes order
59 stars
1 watching
14 forks
Language: Python
last commit: 9 months ago
Linked from 1 awesome list
code-standardsflake8flake8-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |
best-doctor/flake8-variables-names | An extension for flake8 that enforces more readable variable names. | 55 |
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |
best-doctor/flake8-annotations-coverage | Reports on files with low type annotations in Python code | 34 |
best-doctor/flake8-expression-complexity | Plugin to validate Python expressions for readability and complexity | 32 |
peterjc/flake8-black | A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 165 |
tlocke/flake8-alphabetize | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
melevir/flake8-functions-names | An extension for flake8 that validates Python function names and consistency with annotations. | 27 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
jamescooke/flake8-aaa | A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 69 |
pycqa/flake8-import-order | A plugin that checks the ordering of imports in Python code according to specific style guides. | 277 |
cyyc1/flake8-indent-in-def | Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
jdkandersson/flake8-mock-spec | Ensures use of correct mock object arguments to prevent bugs and improve code robustness | 4 |
ebeweber/flake8-mutable | An extension for flake8 to flag functions with mutable default arguments. | 44 |
decorator-factory/flake8-useless-assert | A plugin to catch and report unnecessary assert statements in Python code. | 5 |