Enable TRY003, EM101, EM102: no violations

This commit is contained in:
Krzysztof kuhy Rudnicki 2025-11-30 15:10:01 +01:00
parent 7f3ad8511c
commit e04983d0b9

View File

@ -46,9 +46,6 @@ ignore = [
"PLR0915", # Too many statements - relaxed for scripts
"PLR0911", # Too many return statements - relaxed
"PLR0913", # Too many arguments - relaxed
"TRY003", # Raise vanilla args - common pattern in scripts
"EM101", # Exception must not use string literal - common in scripts
"EM102", # Exception must not use f-string - common in scripts
"BLE001", # Blind except - will fix critical ones manually
"S113", # Request without timeout - will fix manually where critical
"S603", # subprocess without shell - known pattern