flake8-return
Return checker
Tool to check return values in Python functions
Flake8 plugin for return expressions checking.
62 stars
3 watching
67 forks
Language: Python
last commit: 10 months ago
Linked from 1 awesome list
flake8-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 |
| An extension for flake8 to flag functions with mutable default arguments. | 44 |
| A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. | 0 |
| A plugin to check for unused arguments in functions. | 31 |
| Reports on files with low type annotations in Python code | 34 |
| A tool to identify encoding issues in Python code | 6 |
| A plugin to check Python print statements for coding style and errors | 121 |
| A Flake8 plugin that checks for issues related to logging in Python code | 79 |
| Plugin to validate Python expressions for readability and complexity | 32 |
| Enforces code standards for Python functions | 50 |
| A plugin for flake8 to flag unsafe/obsolete symbols in Python code | 36 |
| This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| Tools to help write clear and maintainable Python code with type annotations | 46 |
| A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |