mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 19:58:28 +00:00
Improve settings.
This commit is contained in:
parent
4cb8babb81
commit
c76ee1d1cc
@ -7,12 +7,12 @@
|
|||||||
# disallow_untyped_defs = True -- for later
|
# disallow_untyped_defs = True -- for later
|
||||||
|
|
||||||
# strict = True -- only try to enable once everything (including dependencies!) is typed
|
# strict = True -- only try to enable once everything (including dependencies!) is typed
|
||||||
# strict_equality = True -- for later
|
strict_equality = True
|
||||||
# strict_bytes = True -- for later
|
strict_bytes = True
|
||||||
|
|
||||||
# warn_redundant_casts = True -- for later
|
warn_redundant_casts = True
|
||||||
# warn_return_any = True -- for later
|
# warn_return_any = True -- for later
|
||||||
# warn_unreachable = True -- for later
|
warn_unreachable = True
|
||||||
|
|
||||||
[mypy-ansible.*]
|
[mypy-ansible.*]
|
||||||
# ansible-core has partial typing information
|
# ansible-core has partial typing information
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user