From 2c00c63803561ce190527c6e97387d1a90240a9b Mon Sep 17 00:00:00 2001 From: rany2 Date: Thu, 5 Jan 2023 01:39:31 +0200 Subject: [PATCH] Fix mypy setup --- mypy.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mypy.ini b/mypy.ini index 01e108d..0ad51e4 100644 --- a/mypy.ini +++ b/mypy.ini @@ -12,16 +12,12 @@ disallow_incomplete_defs = True check_untyped_defs = True disallow_untyped_decorators = True -implicit_optional = False -strict_optional = True - warn_redundant_casts = True warn_unused_ignores = True warn_no_return = True warn_return_any = True warn_unreachable = True -strict_concatenate = True strict_equality = True strict = True