flake8-return

Return checker

Tool to check return values in Python functions

Flake8 plugin for return expressions checking.

GitHub

62 stars
3 watching
69 forks
Language: Python
last commit: 7 months ago
Linked from 1 awesome list

flake8-plugin

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
schlamar/flake8-todo A Flake8 plugin that checks for TODO notes in Python code. 30
snok/flake8-type-checking Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. 113
ebeweber/flake8-mutable An extension for flake8 to flag functions with mutable default arguments. 44
mflova/flake8-numba A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. 0
nhoad/flake8-unused-arguments A plugin to check for unused arguments in functions. 31
best-doctor/flake8-annotations-coverage Reports on files with low type annotations in Python code 34
python-formate/flake8-encodings A tool to identify encoding issues in Python code 6
jbkahn/flake8-print A plugin to check Python print statements for coding style and errors 121
adamchainz/flake8-logging A Flake8 plugin that checks for issues related to logging in Python code 79
best-doctor/flake8-expression-complexity Plugin to validate Python expressions for readability and complexity 31
best-doctor/flake8-functions Enforces code standards for Python functions 50
datatheorem/flake8-alfred A plugin for flake8 to flag unsafe/obsolete symbols in Python code 36
plinss/flake8-literal This plugin checks and enforces consistent usage of string literals in Python code. 5
best-doctor/flake8-annotations-complexity Tools to help write clear and maintainable Python code with type annotations 46
xzise/flake8-string-format A Flake8 plugin to check strings and parameters using str.format for implicit index usage 20