Skip to content

Commit e28b200

Browse files
Nuclear MarmaladeNuclear Marmalade
authored andcommitted
Fix mypy CI: add follow_imports=silent to skip site-packages scanning
1 parent 106e9bb commit e28b200

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ forge = "forge.cli:main"
6464
python_version = "3.9"
6565
warn_unused_configs = true
6666
exclude = ["build", "dist", ".venv"]
67+
follow_imports = "silent"
6768

6869
[[tool.mypy.overrides]]
6970
module = ["psycopg2.*", "duckdb.*", "anthropic.*", "aiohttp.*", "aiolimiter.*", "httpx.*"]

0 commit comments

Comments
 (0)