diff options
-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 |