Skip to content

Commit 574348e

Browse files
committed
fix: remove docker workflow and update mypy overrides
1 parent bb8735d commit 574348e

File tree

2 files changed

+9
-147
lines changed

2 files changed

+9
-147
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 146 deletions
This file was deleted.

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,15 @@ files = ["src/"]
225225
exclude = ["tests/", "^docs/", "^benchmarks/"]
226226

227227
[[tool.mypy.overrides]]
228-
module = ["litellm", "litellm.*", "sklearn", "sklearn.*", "markdown_it", "markdown_it.*"]
228+
module = [
229+
"litellm", "litellm.*",
230+
"sklearn", "sklearn.*",
231+
"markdown_it", "markdown_it.*",
232+
"httpx", "httpx.*",
233+
"dotenv", "dotenv.*",
234+
"yaml", "yaml.*",
235+
"colorama", "colorama.*",
236+
]
229237
ignore_missing_imports = true
230238
disable_error_code = ["attr-defined"]
231239

0 commit comments

Comments
 (0)