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

GitHub

0 stars
1 watching
1 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list

flake8flake8-extensionflake8-extensionsflake8-pluginflake8-plugins

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
python-formate/flake8-slots Requires slots to be defined for subclasses of immutable types in Python 3
cyyc1/flake8-clean-block Enforces a blank line after certain Python block types to improve code readability and prevent subtle bugs. 4
pycqa/flake8-commas Enforces trailing commas in Python code to avoid merge conflicts and improve readability. 131
jamescooke/flake8-aaa A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests 70
python-formate/flake8-encodings A tool to identify encoding issues in Python code 6
plinss/flake8-literal This plugin checks and enforces consistent usage of string literals in Python code. 5
best-doctor/flake8-functions Enforces code standards for Python functions 50
smarkets/flake8-strict Plugin for static code analysis of Python code adhering to strict style rules 10
atugushev/flake8-printf-formatting Prevents printf-style string formatting in Python code to enforce best practices and quality standards 11
python-formate/flake8-dunder-all Ensures Python modules have defined the 'all' variable to specify all imported symbols. 7
adamchainz/flake8-comprehensions A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. 465
decorator-factory/flake8-useless-assert A plugin to catch and report unnecessary assert statements in Python code. 5
flake8-implicit-str-concat/flake8-implicit-str-concat A Flake8 plugin that checks for correct string literal concatenation in Python code. 31
pycqa/flake8-json Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support 10
decorator-factory/flake8-pep585 A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. 22