Skip to content

Commit 77d0dbe

Browse files
committed
fix: configure mypy to ignore missing imports for bm25s
1 parent 8904b1d commit 77d0dbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,7 @@ warn_redundant_casts = true
106106
warn_unused_ignores = true
107107
warn_return_any = true
108108
warn_unreachable = true
109+
110+
[[tool.mypy.overrides]]
111+
module = "bm25s"
112+
ignore_missing_imports = true

0 commit comments

Comments
 (0)