Skip to content

Commit 39abb0f

Browse files
committed
ignore pgvector from mypy checks
1 parent 5261ab2 commit 39abb0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@ testpaths = ["tests"]
1616
pythonpath = ['src']
1717
filterwarnings = ["ignore::DeprecationWarning"]
1818

19+
[[tool.mypy.overrides]]
20+
module = [
21+
"pgvector.*",
22+
]
23+
ignore_missing_imports = true
24+
1925
[tool.coverage.report]
2026
show_missing = true

0 commit comments

Comments
 (0)