flake8-indent-in-def
Indentation plugin
Enforces consistent 8-space indentation in Python function and class definitions to improve readability.
A flake8 plugin that enforces 8-space indentation in function/class definitions in Python code
0 stars
1 watching
1 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
flake8flake8-extensionflake8-extensionsflake8-pluginflake8-plugins
Related projects:
Repository | Description | Stars |
---|---|---|
| Requires slots to be defined for subclasses of immutable types in Python | 3 |
| Enforces a blank line after certain Python block types to improve code readability and prevent subtle bugs. | 4 |
| Enforces trailing commas in Python code to avoid merge conflicts and improve readability. | 131 |
| A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 69 |
| A tool to identify encoding issues in Python code | 6 |
| This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| Enforces code standards for Python functions | 50 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| Prevents printf-style string formatting in Python code to enforce best practices and quality standards | 11 |
| Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
| A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. | 464 |
| A plugin to catch and report unnecessary assert statements in Python code. | 5 |
| A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
| Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support | 10 |
| A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |