mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Disable type checking for now.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user