diff options
Diffstat (limited to 'mypy.ini')
| -rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index 58f0f88..0880695 100644 --- a/mypy.ini +++ b/mypy.ini @@ -45,3 +45,6 @@ ignore_missing_imports = True [mypy-scripts.argparse_actions.*] ignore_missing_imports = True + +[mypy-xapian.*] +ignore_missing_imports = True |
