From 4058b7f2b9f0141aa49d01e2519f09de72ca09dd Mon Sep 17 00:00:00 2001 From: monosans Date: Sat, 10 Feb 2024 11:16:14 +0300 Subject: [PATCH] Reconfigure mypy --- mypy.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mypy.ini b/mypy.ini index 426335a..e77ccdb 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,7 +1,6 @@ [mypy] python_version = 3.8 disallow_subclassing_any = False -disallow_untyped_calls = False disallow_untyped_decorators = False warn_unreachable = True local_partial_types = True @@ -13,7 +12,8 @@ enable_error_code = truthy-iterable, ignore-without-code, unused-awaitable, - explicit-override + explicit-override, + unimported-reveal strict = True [mypy-aiohttp_socks.*]