diff --git a/pyproject.toml b/pyproject.toml index cf5f9cf8..e50f8930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ test = [ "pytest>=7.1.3,<9.0.0", "pytest-cov>=4.1.0,<6.0.0", "pytest-asyncio>=0.20.0", - "mypy==1.9.0", + "mypy==1.10.0", "flake8>=5.0.4", "aiofiles>=0.8.0,<24", "a2wsgi>=1.9.0,<2", @@ -180,7 +180,7 @@ disallow_any_generics = false implicit_reexport = false show_error_codes = true disallow_incomplete_defs = true -disable_error_code = "attr-defined,has-type,override" +disable_error_code = "attr-defined,has-type,override,safe-super" exclude = "esmerald/conf,esmerald/utils" warn_unused_ignores = true warn_redundant_casts = true