From d06cf955664fc9a0af7a2a021382399fc3c6cef0 Mon Sep 17 00:00:00 2001 From: Krzysztof kuhy Rudnicki Date: Sun, 30 Nov 2025 15:10:01 +0100 Subject: [PATCH] Enable TRY003, EM101, EM102: no violations --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91e0189..4af11c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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