mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Enable flake8-builtins Ruff rule.
This commit is contained in:
parent
9f6cc9f0d7
commit
f44ec52427
7 changed files with 49 additions and 43 deletions
|
|
@ -125,7 +125,7 @@ select = [
|
|||
"F", # pyflakes
|
||||
|
||||
# the rest in alphabetical order:
|
||||
# TODO: "A", # flake8-builtins
|
||||
"A", # flake8-builtins
|
||||
# TODO: "ARG", # flake8-unused-arguments
|
||||
"B", # flake8-bugbear
|
||||
# TODO: "BLE", # flake8-blind-except
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue