chore(repo): enable some more ruff rules

This commit is contained in:
cswimr 2025-01-26 13:42:48 +00:00
parent 0c43e3d2c9
commit dbff8d0d2a
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -94,6 +94,9 @@ select = [
"PLW",
"PLR",
"LOG",
"SLF",
"ERA",
"FIX",
]
ignore = ["PLR0912", "PLR0915", "PLR2004", "PLR0913"]