Make linters check for unused function arguments

This commit is contained in:
Alexander Hess 2024-10-16 11:23:54 +02:00
commit 81912f1a81
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
5 changed files with 27 additions and 3 deletions

View file

@ -208,6 +208,7 @@ def lint(session: nox.Session) -> None:
"flake8-todos",
"flake8-pyproject",
"flake8-pytest-style",
"flake8-unused-arguments",
"mypy",
"pep8-naming", # flake8 plug-in
"pydoclint[flake8]",