Make linters check for unused function arguments
This commit is contained in:
parent
25c718fe6a
commit
81912f1a81
5 changed files with 27 additions and 3 deletions
|
|
@ -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]",
|
||||
|
|
|
|||
Loading…
Reference in a new issue