Remove Any type annotations from config_service.py

Replace Any with typed aliases (Fail2BanToken/Fail2BanCommand/Fail2BanResponse), add typed helper, and update task list.
This commit is contained in:
2026-03-17 11:42:46 +01:00
parent ce59a66973
commit 482399c9e2
2 changed files with 55 additions and 61 deletions

View File

@@ -392,6 +392,8 @@ For each component listed:
#### TASK B-12 — Remove `Any` type annotations in `config_service.py`
**Status:** Completed ✅
**Violated rule:** Backend-Development.md §1 — Never use `Any`; all functions must have explicit type annotations.
**Files affected:**