Enable flake8-unused-arguments linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-unused-arguments-arg.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user