We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b80c4 commit 5d8da38Copy full SHA for 5d8da38
3 files changed
packages/ai-providers/server-ai-langchain/pyproject.toml
@@ -53,8 +53,6 @@ packages = ["src/ldai_langchain"]
53
[tool.mypy]
54
python_version = "3.10"
55
ignore_missing_imports = true
56
-install_types = true
57
-non_interactive = true
58
59
[tool.isort]
60
profile = "black"
packages/ai-providers/server-ai-openai/pyproject.toml
@@ -52,8 +52,6 @@ packages = ["src/ldai_openai"]
52
packages/sdk/server-ai/pyproject.toml
@@ -61,8 +61,6 @@ packages = ["src/ldai"]
61
62
63
64
65
66
67
[tool.pytest.ini_options]
68
addopts = ["-ra"]
0 commit comments