Skip to content

Commit a78da91

Browse files
Nuclear MarmaladeNuclear Marmalade
authored andcommitted
Add mypy exclude config for build/dist dirs
1 parent cfd500e commit a78da91

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
@@ -63,6 +63,7 @@ forge = "forge.cli:main"
6363
[tool.mypy]
6464
python_version = "3.9"
6565
warn_unused_configs = true
66+
exclude = ["build", "dist", ".venv"]
6667

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

0 commit comments

Comments
 (0)