A flake8 extension that warns on unused function arguments. Current version 0.0.14. Infrequently maintained; last release 2020.
pip install flake8-unused-argumentsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the package and flake8 will automatically detect the plugin. Use --select=U100 to show only unused argument warnings.
Use a different linting tool or pin flake8 to version 3.x.
Prefix intentionally unused arguments with underscore to suppress warnings.
Run `pip install ruff` and use `ruff check --select U100`.
Run `pip install flake8-unused-arguments` in the same Python environment as flake8.
Downgrade flake8 to 3.x with `pip install 'flake8<4'`.
No dependency data recorded yet.