Enable flake8-builtins Ruff rule.

This commit is contained in:
Ilya Simpson 2025-06-01 19:04:45 +12:00
commit f44ec52427
7 changed files with 49 additions and 43 deletions

View file

@ -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