feat: Phase 3 Tasks 16-18 — Pydantic-Settings, Error-Handler, systemd

This commit is contained in:
hermes
2026-06-22 11:10:54 +00:00
parent 5eaeaabb43
commit bdae37a4d0
12 changed files with 370 additions and 8 deletions
+4
View File
@@ -25,6 +25,10 @@ select = ["E", "F", "I", "N", "W", "UP", "PL", "C90", "S"]
ignore = []
[tool.ruff.lint.per-file-ignores]
"src/config.py" = ["S104", "S105"]
"src/error_handler.py" = ["S105"]
"tests/test_config.py" = ["S104", "S105", "S101", "PLR2004", "F401"]
"tests/test_error_handler.py" = ["S101", "PLR2004", "F401"]
"tests/**/*.py" = ["S101", "S105", "PLR2004", "F401"]
[tool.ruff.format]