Skip to content

Commit 67b04b0

Browse files
jsonbaileyclaude
andcommitted
chore: Remove dead install_types mypy config
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a6b80c4 commit 67b04b0

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

packages/ai-providers/server-ai-langchain/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ packages = ["src/ldai_langchain"]
5353
[tool.mypy]
5454
python_version = "3.10"
5555
ignore_missing_imports = true
56-
install_types = true
57-
non_interactive = true
5856

5957
[tool.isort]
6058
profile = "black"

packages/ai-providers/server-ai-openai/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ packages = ["src/ldai_openai"]
5252
[tool.mypy]
5353
python_version = "3.10"
5454
ignore_missing_imports = true
55-
install_types = true
56-
non_interactive = true
5755

5856
[tool.isort]
5957
profile = "black"

packages/sdk/server-ai/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ packages = ["src/ldai"]
6161
[tool.mypy]
6262
python_version = "3.10"
6363
ignore_missing_imports = true
64-
install_types = true
65-
non_interactive = true
6664

6765
[tool.pytest.ini_options]
6866
addopts = ["-ra"]

0 commit comments

Comments
 (0)