We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8904b1d commit 77d0dbeCopy full SHA for 77d0dbe
1 file changed
pyproject.toml
@@ -106,3 +106,7 @@ warn_redundant_casts = true
106
warn_unused_ignores = true
107
warn_return_any = true
108
warn_unreachable = true
109
+
110
+[[tool.mypy.overrides]]
111
+module = "bm25s"
112
+ignore_missing_imports = true
0 commit comments