Skip to content

Commit

Permalink
ignore pytest and haystack typing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AlistairLR112 committed Dec 29, 2023
1 parent 6cbc581 commit 1533a19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions integrations/ollama/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,10 @@ markers = [
addopts = [
"--import-mode=importlib",
]

[[tool.mypy.overrides]]
module = [
"haystack.*",
"pytest.*"
]
ignore_missing_imports = true

0 comments on commit 1533a19

Please sign in to comment.