PLC0415: fix

This commit is contained in:
Jörg Thalheim
2025-08-26 14:10:30 +02:00
parent 9c9adc6e16
commit b2a54f5b0d
36 changed files with 146 additions and 219 deletions

View File

@@ -66,8 +66,6 @@ lint.ignore = [
"TRY301",
"FBT003",
"INP001",
# TODO: fix later
"PLC0415",
]
[tool.ruff.lint.per-file-ignores]