ruff.toml: add flake8-builtins

This commit is contained in:
Jelle van der Waa 2024-05-31 21:17:52 +02:00 committed by Jelle van der Waa
parent 77a90e9c3b
commit 2e6182da8f

View File

@ -1,5 +1,6 @@
[lint]
select = [
"A", # flake8-builtins
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"E", # pycodestyle