flake8-unused-arguments
Argument checker
A plugin to check for unused arguments in functions.
Flake8 plugin to warn against unused arguments in functions
31 stars
3 watching
8 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A plugin to catch and report unnecessary assert statements in Python code. | 5 |
| An extension for flake8 to flag functions with mutable default arguments. | 44 |
| Tool to check return values in Python functions | 62 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
| Checks Python code for non-existent mock methods used in testing | 17 |
| A Flake8 plugin that checks for issues related to logging in Python code | 79 |
| A flake8 plugin that checks for redundant and improperly aligned parentheses, brackets, and braces in Python code. | 6 |
| Detects missing type annotations in Python functions and methods | 156 |
| A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
| Reports on files with low type annotations in Python code | 34 |
| A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. | 0 |
| A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. | 0 |
| A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
| A plugin for flake8 to flag unsafe/obsolete symbols in Python code | 36 |