feat: Phase 3 Tasks 16-18 — Pydantic-Settings, Error-Handler, systemd
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user