Disable type checking for now.

This commit is contained in:
Felix Fontein
2025-10-12 22:32:40 +02:00
parent 17e30adb93
commit 16b5bfa27b
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -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