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: 11 months ago
Linked from 1 awesome list
code-standardsflake8flake8-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
| Enforces code standards for Python functions | 50 |
| An extension for flake8 that enforces more readable variable names. | 55 |
| Tools to help write clear and maintainable Python code with type annotations | 46 |
| Reports on files with low type annotations in Python code | 34 |
| Plugin to validate Python expressions for readability and complexity | 32 |
| A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 165 |
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| An extension for flake8 that validates Python function names and consistency with annotations. | 27 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 69 |
| A plugin that checks the ordering of imports in Python code according to specific style guides. | 277 |
| Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
| Ensures use of correct mock object arguments to prevent bugs and improve code robustness | 4 |
| An extension for flake8 to flag functions with mutable default arguments. | 44 |
| A plugin to catch and report unnecessary assert statements in Python code. | 5 |