From 227cfdb799bb39a496af37a3d00bff21ace16e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 16 Apr 2024 17:18:15 +0200 Subject: [PATCH] fix: Update mypy file --- mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index a19457f..286a086 100644 --- a/mypy.ini +++ b/mypy.ini @@ -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