more half-ass async migrations + basedpyright warning

This commit is contained in:
lda
2026-06-12 08:07:15 +07:00 Verified
parent 862d3340da
commit 510590239a
8 changed files with 206 additions and 179 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ dev = [
]
[tool.pytest.ini_options]
addopts = "-p no:cacheprovider -n auto --basetemp .pytest-tmp"
addopts = "-p no:cacheprovider -n auto --basetemp .pytest-tmp" # in-workspace temp dir
pythonpath = ["."]
asyncio_mode = "auto"
@@ -42,7 +42,7 @@ asyncio_mode = "auto"
package = true
[tool.basedpyright]
typeCheckingMode = "basic"
typeCheckingMode = "basic" # too many errors
[tool.ruff.format]
preview = false