summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/mypy.ini b/mypy.ini
index 8cf0f9075b2..a3917513153 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -1,6 +1,5 @@
[mypy]
-# Check Python 2 code for type annotations in comments.
-python_version = 2.7
+python_version = 3.7
disallow_untyped_defs = False
# Do not error on imported files since all imported files may not be mypy clean.