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: almost 4 years ago
Linked from 1 awesome list

flake8flake8-extensionflake8-extensionsflake8-pluginflake8-plugins

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
python-formate/flake8-slotsRequires slots to be defined for subclasses of immutable types in Python3
cyyc1/flake8-clean-blockEnforces a blank line after certain Python block types to improve code readability and prevent subtle bugs.4
pycqa/flake8-commasEnforces trailing commas in Python code to avoid merge conflicts and improve readability.131
jamescooke/flake8-aaaA Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests69
python-formate/flake8-encodingsA tool to identify encoding issues in Python code6
plinss/flake8-literalThis plugin checks and enforces consistent usage of string literals in Python code.5
best-doctor/flake8-functionsEnforces code standards for Python functions50
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
atugushev/flake8-printf-formattingPrevents printf-style string formatting in Python code to enforce best practices and quality standards11
python-formate/flake8-dunder-allEnsures Python modules have defined the 'all' variable to specify all imported symbols.7
adamchainz/flake8-comprehensionsA flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions.464
decorator-factory/flake8-useless-assertA plugin to catch and report unnecessary assert statements in Python code.5
flake8-implicit-str-concat/flake8-implicit-str-concatA Flake8 plugin that checks for correct string literal concatenation in Python code.31
pycqa/flake8-jsonFormats Flake8 output as JSON with optional pretty-printing and CodeClimate support10
decorator-factory/flake8-pep585A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements.23