aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-08-04 16:32:28 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-08-04 16:32:28 +0200
commit413d571e4ba5969020031c25d0048e49d581d525 (patch)
tree72f048f56a0dcf6a08ee1209185554b3a45282d6 /setup.cfg
parent16f30f7fcdf2877ecae79d30388a927b8b77f641 (diff)
Skip mypy errors for upstream libraries
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..a34c5e6
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,7 @@
+[mypy]
+
+[mypy-xapian.*]
+ignore_missing_imports = True
+
+[mypy-argcomplete.*]
+ignore_missing_imports = True