Reconfigure mypy

This commit is contained in:
monosans
2024-02-10 11:16:14 +03:00
parent 314fee9055
commit 4058b7f2b9
+2 -2
View File
@@ -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.*]