Enable flake8-unused-arguments Ruff rule.

This commit is contained in:
Ilya Simpson 2025-07-22 15:17:46 +12:00
commit 6df3cfc6e3
11 changed files with 23 additions and 17 deletions

View file

@ -125,7 +125,7 @@ select = [
# the rest in alphabetical order:
"A", # flake8-builtins
# TODO: "ARG", # flake8-unused-arguments
"ARG", # flake8-unused-arguments
"B", # flake8-bugbear
# TODO: "BLE", # flake8-blind-except
# TODO: Do I want "COM", # flake8-commas