diff --git a/setup.cfg b/setup.cfg index dfca2e98..198c009b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,4 +31,8 @@ skip = [doc8] max-line-length = 100 -ignore-path = .eggs/ +ignore-path = .eggs/,docs/source/api/ + +[mypy] +ignore_missing_imports = True +follow_imports = silent