ruff: enable EM lint

This commit is contained in:
Marcel Hellwig
2026-01-04 14:05:44 +01:00
parent 7ef4e52c81
commit 97cb3b5c1e
15 changed files with 100 additions and 83 deletions

View File

@@ -8,7 +8,7 @@ extend-select = [
"ASYNC",
"B",
"C4", "COM",
"E", "EXE",
"E", "EM", "EXE",
"F", "FA", "FIX", "FLY", "FURB",
"ICN",
"LOG",