Skip to content

Commit 34cb85d

Browse files
Nuclear MarmaladeNuclear Marmalade
authored andcommitted
Fix mypy CI: skip fastapi/starlette type stubs (API mismatch across versions)
1 parent 7f64f6f commit 34cb85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ exclude = ["build", "dist", ".venv"]
6767
follow_imports = "silent"
6868

6969
[[tool.mypy.overrides]]
70-
module = ["psycopg2.*", "duckdb.*", "anthropic.*", "aiohttp.*", "aiolimiter.*", "httpx.*", "_pytest.*", "pytest.*"]
70+
module = ["psycopg2.*", "duckdb.*", "anthropic.*", "aiohttp.*", "aiolimiter.*", "httpx.*", "_pytest.*", "pytest.*", "starlette.*", "fastapi.*", "uvicorn.*", "sse_starlette.*"]
7171
ignore_missing_imports = true
7272
follow_imports = "skip"
7373

0 commit comments

Comments
 (0)