Improve settings.

This commit is contained in:
Felix Fontein 2025-10-17 13:51:35 +02:00
parent 4cb8babb81
commit c76ee1d1cc

View File

@ -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