summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3437f23..a4e055e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -58,3 +58,9 @@ Changelog = "https://git.sr.ht/~valhalla/lesana/tree/master/item/CHANGELOG.rst"
[tool.setuptools_scm]
version_file = "lesana/_version.py"
+
+[[tool.mypy.overrides]]
+module = [
+ "xapian",
+]
+ignore_missing_imports = true