Optimize build/lint perf

This commit is contained in:
Jack Kingsman
2026-02-28 16:21:52 -08:00
parent 365728be02
commit 0ad17c8d1f
5 changed files with 33 additions and 2 deletions
+3
View File
@@ -18,12 +18,14 @@ dependencies = [
test = [
"pytest>=8.0.0",
"pytest-asyncio>=0.24.0",
"pytest-xdist>=3.0",
"httpx>=0.27.0",
]
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
addopts = "-n auto --dist worksteal"
[tool.ruff]
target-version = "py310"
@@ -68,6 +70,7 @@ dev = [
"httpx>=0.28.1",
"pytest>=9.0.2",
"pytest-asyncio>=1.3.0",
"pytest-xdist>=3.0",
"ruff>=0.8.0",
"pyright>=1.1.390",
]