WIP: logging_config, import orders, test refactoring (phase 3 context)

This commit is contained in:
hermes
2026-06-22 10:24:35 +00:00
parent 021cc561f1
commit 5eaeaabb43
10 changed files with 108 additions and 102 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ select = ["E", "F", "I", "N", "W", "UP", "PL", "C90", "S"]
ignore = []
[tool.ruff.lint.per-file-ignores]
"tests/**/*.py" = ["S101", "PLR2004"]
"tests/**/*.py" = ["S101", "S105", "PLR2004", "F401"]
[tool.ruff.format]
quote-style = "double"