diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-08-04 16:32:28 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-08-04 16:32:28 +0200 |
commit | 413d571e4ba5969020031c25d0048e49d581d525 (patch) | |
tree | 72f048f56a0dcf6a08ee1209185554b3a45282d6 | |
parent | 16f30f7fcdf2877ecae79d30388a927b8b77f641 (diff) |
Skip mypy errors for upstream libraries
-rw-r--r-- | setup.cfg | 7 |
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 |