diff --git a/.mypy.ini b/.mypy.ini index 5104700a..ef871684 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -3,16 +3,16 @@ # SPDX-License-Identifier: GPL-3.0-or-later [mypy] -check_untyped_defs = True -disallow_untyped_defs = True +# check_untyped_defs = True -- for later +# disallow_untyped_defs = True -- for later # strict = True -- only try to enable once everything (including dependencies!) is typed -strict_equality = True -strict_bytes = True +# strict_equality = True -- for later +# strict_bytes = True -- for later -warn_redundant_casts = True -# warn_return_any = True -warn_unreachable = True +# warn_redundant_casts = True -- for later +# warn_return_any = True -- for later +# warn_unreachable = True -- for later [mypy-ansible.*] # ansible-core has partial typing information diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 3e17501e..95ea8b31 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -27,7 +27,7 @@ run_yamllint = true yamllint_config = ".yamllint" yamllint_config_plugins = ".yamllint-docs" yamllint_config_plugins_examples = ".yamllint-examples" -run_mypy = true +run_mypy = false mypy_ansible_core_package = "ansible-core>=2.19.0" mypy_config = ".mypy.ini" mypy_extra_deps = [