Enable flake8-unused-arguments linting rules (#267)

See https://docs.astral.sh/ruff/rules/#flake8-unused-arguments-arg.
This commit is contained in:
Marc Wrobel
2023-12-30 11:53:29 +01:00
parent 7458563fec
commit 5fa597afc0

View File

@@ -1,6 +1,7 @@
select = [
"A", # flake8-builtins
"ANN", # flake8-annotations
"ARG", # flake8-unused-arguments
"ASYNC", # flake8-async
"B", # flake8-bugbear
"BLE", # flake8-blind-except