We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4f432 commit d56a146Copy full SHA for d56a146
mypy.ini
@@ -4,7 +4,7 @@ disallow_untyped_defs=True
4
disallow_incomplete_defs=True
5
check_untyped_defs=True
6
disallow_any_generics=True
7
-python_version = 3.8
+python_version = 3.10
8
ignore_errors = False
9
ignore_missing_imports = False
10
strict_optional = True
0 commit comments