summaryrefslogtreecommitdiff
path: root/testenv/linters/mypy.ini
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-12-02 14:37:48 +0300
committerDevaev Maxim <[email protected]>2020-12-02 14:37:48 +0300
commit2b064a3bee87a13930e1212b583278ff2a8117db (patch)
tree13aec1649cdda610c3e293386a41698eaaa3ff00 /testenv/linters/mypy.ini
parent9dbf7f1d0ba5639ec5a4a699213660d72a3ba1c4 (diff)
basic python 3.9 support
Diffstat (limited to 'testenv/linters/mypy.ini')
-rw-r--r--testenv/linters/mypy.ini2
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