diff --git a/setup.cfg b/setup.cfg index 06d04a4f..0eef4ede 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,8 @@ check_untyped_defs = True exclude = build|docs|.venv|venv warn_unused_configs = True warn_redundant_casts = True -warn_unused_ignores = True +# Temporarily disable during transition to mypy 1.11.0 +#warn_unused_ignores = True no_implicit_optional = True strict_equality = True extra_checks = True