fix: Update mypy file

main
Raphaël Vinot 2024-04-16 17:18:15 +02:00
parent 51b60b220d
commit 227cfdb799
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ disallow_untyped_defs=True
disallow_incomplete_defs=True
check_untyped_defs=True
disallow_any_generics=True
python_version = 3.6
python_version = 3.8
ignore_errors = False
ignore_missing_imports = False
strict_optional = True