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: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
decorator-factory/flake8-useless-assert | A plugin to catch and report unnecessary assert statements in Python code. | 5 |
ebeweber/flake8-mutable | An extension for flake8 to flag functions with mutable default arguments. | 44 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
wemake-services/flake8-eradicate | Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
zupo/flake8-mock | Checks Python code for non-existent mock methods used in testing | 17 |
adamchainz/flake8-logging | A Flake8 plugin that checks for issues related to logging in Python code | 79 |
robsdedude/flake8-picky-parentheses | A flake8 plugin that checks for redundant and improperly aligned parentheses, brackets, and braces in Python code. | 6 |
sco1/flake8-annotations | Detects missing type annotations in Python functions and methods | 156 |
decorator-factory/flake8-pep585 | A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
best-doctor/flake8-annotations-coverage | Reports on files with low type annotations in Python code | 34 |
ggupta2005/flake8-all-not-strings | A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. | 0 |
mflova/flake8-numba | A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. | 0 |
martinthoma/flake8-scream | A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
datatheorem/flake8-alfred | A plugin for flake8 to flag unsafe/obsolete symbols in Python code | 36 |