Skip to content

Commit

Permalink
more andromeda_ ignores
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm committed Sep 9, 2024
1 parent 5ef8419 commit ff6e2a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ disable_error_code = ["import-untyped"]
module = "deepsearch_glm.andromeda_nlp.*"
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = "deepsearch_glm.andromeda_structs.*"
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = "deepsearch_glm.andromeda_glm.*"
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = "tabulate.*"
ignore_missing_imports = true
Expand Down

0 comments on commit ff6e2a0

Please sign in to comment.