mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
This patch is a combination of `pyrefly autotype` and manual post-processing. Parts of it migrate pre-existing comment-based annotations, fixing incorrect ones where applicable. The change also configures MyPy to run checks against actual `resolvelib` annotations and includes a small tweak of `ansible.galaxy.collection._resolve_depenency_map` to make it compatible with those. Co-Authored-By: Jordan Borean <jborean93@gmail.com> Co-Authored-By: Matt Clay <matt@mystile.com> Co-Authored-By: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
15 lines
526 B
Plaintext
15 lines
526 B
Plaintext
mypy
|
|
cryptography # type stubs not published separately
|
|
jinja2 # type stubs not published separately
|
|
packaging # type stubs not published separately
|
|
pytest # type stubs not published separately
|
|
pytest-mock # type stubs not published separately
|
|
resolvelib # type stubs not published separately
|
|
tomli # type stubs not published separately, required for toml inventory plugin
|
|
types-backports
|
|
types-paramiko
|
|
types-pyyaml
|
|
types-requests
|
|
types-setuptools # required for the pkg_resources import in the pip module
|
|
types-toml
|