From b06eaab4731882121c7f138fe0840e8d20881a5a Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Mon, 17 May 2021 15:16:14 -0400 Subject: [PATCH] sync setup.cfg with .pre-commit-config.yaml --- setup.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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