summaryrefslogtreecommitdiffstats
path: root/mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 0d124c8..a7c0c85 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -1,6 +1,9 @@
[mypy]
python_version = 3.7
+[mypy-absl.testing.*]
+ignore_missing_imports = True
+
[mypy-serial]
ignore_missing_imports = True