Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmueng committed Feb 7, 2025
1 parent 17eb47d commit f2ad7bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
"unidiff",
"tree_sitter_languages",
"tree_sitter",
"google",
"google.cloud.*",
"google.genai.*",
"langfuse.*",
"langfuse",
"sklearn.dummy",
Expand All @@ -49,3 +47,8 @@
"urllib.*",
]
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = ["google", "google.genai"]
ignore_missing_imports = true
disable_error_code = ["attr-defined"]

0 comments on commit f2ad7bc

Please sign in to comment.