diff --git a/config/toolconfigsrc/mypy.ini b/config/toolconfigsrc/mypy.ini index 1e385f3d..066aed9e 100644 --- a/config/toolconfigsrc/mypy.ini +++ b/config/toolconfigsrc/mypy.ini @@ -37,4 +37,5 @@ ignore_missing_imports = True [mypy-efrotools.pylintplugins] disallow_any_unimported = False - +[mypy-pdoc] +ignore_missing_imports = True