summaryrefslogtreecommitdiff
path: root/testenv/linters/mypy.ini
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2023-05-04 12:37:05 +0300
committerMaxim Devaev <[email protected]>2023-05-04 12:37:05 +0300
commitb5353e63cd52b0d98e7a56acc5c8fbfc6ad8b3ee (patch)
tree3176f1a738b9533e6f3a28b132e4501a6f97f991 /testenv/linters/mypy.ini
parentb5d67314977a7e475fac164446031ca7c83b8bc4 (diff)
python 3.11 fixes
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 33877875..d436fd2c 100644
--- a/testenv/linters/mypy.ini
+++ b/testenv/linters/mypy.ini
@@ -1,5 +1,5 @@
[mypy]
-python_version = 3.10
+python_version = 3.11
ignore_missing_imports = true
disallow_untyped_defs = true
strict_optional = true