everything working again after cleanup

This commit is contained in:
2026-05-23 23:56:03 -04:00
parent 6ec9fbe85f
commit 87a578f1de
13 changed files with 380 additions and 200 deletions
+3
View File
@@ -23,6 +23,7 @@ dev = [
"pyright>=1.1.398",
"mypy>=1.17.0",
"black>=25.1.0",
"debugpy>=1.8.0",
]
[tool.uv]
@@ -56,6 +57,8 @@ ignore = [
"EM101", # string literals in exceptions
"TC003", # stdlib import in type-checking block
"F401", # unused imports (bytesio used in isinstance)
"SIM117", # nested with statements (needed for test fixtures)
"PT018", # assertion breakdown (test-specific patterns)
]
[tool.ruff.lint.isort]