summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index c39295eb..fcf1fbad 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,3 +10,8 @@ ignore =
[metadata]
license_file = LICENSE
+
+[mypy]
+follow_imports = silent
+ignore_missing_imports = True
+strict_optional = False \ No newline at end of file