mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Enable flake8-unused-arguments Ruff rule.
This commit is contained in:
parent
162d2b8318
commit
6df3cfc6e3
11 changed files with 23 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue