mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 14:43:01 +02:00
Enable TRY003, EM101, EM102: no violations
This commit is contained in:
parent
8a411fd872
commit
d06cf95566
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user