everything working again after cleanup
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user