diff --git a/.mypy.ini b/.mypy.ini index 9bf522d4..95dc41a5 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -7,12 +7,12 @@ # disallow_untyped_defs = True -- for later # strict = True -- only try to enable once everything (including dependencies!) is typed -# strict_equality = True -- for later -# strict_bytes = True -- for later +strict_equality = True +strict_bytes = True -# warn_redundant_casts = True -- for later +warn_redundant_casts = True # warn_return_any = True -- for later -# warn_unreachable = True -- for later +warn_unreachable = True [mypy-ansible.*] # ansible-core has partial typing information