Enable flake8-builtins linting rules (#267)

See https://docs.astral.sh/ruff/rules/#flake8-builtins-a.
This commit is contained in:
Marc Wrobel
2023-12-30 10:52:35 +01:00
parent e95c82aab9
commit 6e49297e18

View File

@@ -1,4 +1,5 @@
select = [
"A", # flake8-builtins
"ANN", # flake8-annotations
"ASYNC", # flake8-async
"B", # flake8-bugbear