From 97678bba80923ae80f2ed0794e7b77b1a08c2d59 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Thu, 14 Nov 2019 23:54:19 +0300 Subject: python == 3.8 --- testenv/linters/mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testenv/linters') diff --git a/testenv/linters/mypy.ini b/testenv/linters/mypy.ini index 20e0d3a9..a48e58e7 100644 --- a/testenv/linters/mypy.ini +++ b/testenv/linters/mypy.ini @@ -1,5 +1,5 @@ [mypy] -python_version = 3.7 +python_version = 3.8 ignore_missing_imports = true disallow_untyped_defs = true strict_optional = true -- cgit v1.2.3