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 = [
|
select = [
|
||||||
"A", # flake8-builtins
|
"A", # flake8-builtins
|
||||||
"ANN", # flake8-annotations
|
"ANN", # flake8-annotations
|
||||||
|
"ARG", # flake8-unused-arguments
|
||||||
"ASYNC", # flake8-async
|
"ASYNC", # flake8-async
|
||||||
"B", # flake8-bugbear
|
"B", # flake8-bugbear
|
||||||
"BLE", # flake8-blind-except
|
"BLE", # flake8-blind-except
|
||||||
|
|||||||
Reference in New Issue
Block a user