diff options
Diffstat (limited to 'testenv/linters/mypy.ini')
-rw-r--r-- | testenv/linters/mypy.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/linters/mypy.ini b/testenv/linters/mypy.ini index a48e58e7..00dd6881 100644 --- a/testenv/linters/mypy.ini +++ b/testenv/linters/mypy.ini @@ -1,5 +1,5 @@ [mypy] -python_version = 3.8 +python_version = 3.9 ignore_missing_imports = true disallow_untyped_defs = true strict_optional = true |