mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
430 B
ReStructuredText
15 lines
430 B
ReStructuredText
3 years ago
|
mypy
|
||
|
====
|
||
|
|
||
|
The ``mypy`` static type checker is used to check the following code against each Python version supported by the controller:
|
||
|
|
||
|
* ``lib/ansible/``
|
||
|
* ``test/lib/ansible_test/_internal/``
|
||
|
|
||
|
Additionally, the following code is checked against Python versions supported only on managed nodes:
|
||
|
|
||
|
* ``lib/ansible/modules/``
|
||
|
* ``lib/ansible/module_utils/``
|
||
|
|
||
|
See https://mypy.readthedocs.io/en/stable/ for additional details.
|