summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-02-25 20:29:41 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-02-25 20:29:41 +0100
commit49c1e89b9a4fbb266d5924852881075cd6ba467a (patch)
tree607c090b1add28d6374e588e119d46d78feee814 /pyproject.toml
parent2f4a229b7af6cbb4955ad57ed4769eab3f17bedc (diff)
qa fixes
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 13cb29b..3437f23 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -58,11 +58,3 @@ 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",
- "argcomplete",
- "hazwaz",
-]
-ignore_missing_imports = true