python 3.11 fixes

This commit is contained in:
Maxim Devaev
2023-05-04 12:37:05 +03:00
parent b5d6731497
commit b5353e63cd
8 changed files with 37 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
[mypy]
python_version = 3.10
python_version = 3.11
ignore_missing_imports = true
disallow_untyped_defs = true
strict_optional = true