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.
ansible/docs/docsite/rst/dev_guide/testing/sanity/mypy.rst

15 lines
435 B
ReStructuredText

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 `the mypy documentation <https://mypy.readthedocs.io/en/stable/>`_