1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00
community.general/changelogs/fragments/python-3-modernization.yml
2025-11-02 12:05:04 +01:00

45 lines
3.1 KiB
YAML

minor_changes:
- >-
Modernize code for Python 3.7+.
This includes code reformatting, and adding new checks to CI, including a type checker (mypy).
Most of the code does not have type hints yet, but now it is possible to add typing hints and have these validated
(https://github.com/ansible-collections/community.general/pull/10285,
https://github.com/ansible-collections/community.general/pull/10886,
https://github.com/ansible-collections/community.general/pull/10891,
https://github.com/ansible-collections/community.general/pull/10892,
https://github.com/ansible-collections/community.general/pull/10897,
https://github.com/ansible-collections/community.general/pull/10899,
https://github.com/ansible-collections/community.general/pull/10902,
https://github.com/ansible-collections/community.general/pull/10903,
https://github.com/ansible-collections/community.general/pull/10904,
https://github.com/ansible-collections/community.general/pull/10907,
https://github.com/ansible-collections/community.general/pull/10908,
https://github.com/ansible-collections/community.general/pull/10909,
https://github.com/ansible-collections/community.general/pull/10939,
https://github.com/ansible-collections/community.general/pull/10940,
https://github.com/ansible-collections/community.general/pull/10941,
https://github.com/ansible-collections/community.general/pull/10942,
https://github.com/ansible-collections/community.general/pull/10945,
https://github.com/ansible-collections/community.general/pull/10947,
https://github.com/ansible-collections/community.general/pull/10958,
https://github.com/ansible-collections/community.general/pull/10959,
https://github.com/ansible-collections/community.general/pull/10968,
https://github.com/ansible-collections/community.general/pull/10969,
https://github.com/ansible-collections/community.general/pull/10970,
https://github.com/ansible-collections/community.general/pull/10971,
https://github.com/ansible-collections/community.general/pull/10973,
https://github.com/ansible-collections/community.general/pull/10974,
https://github.com/ansible-collections/community.general/pull/10975,
https://github.com/ansible-collections/community.general/pull/10976,
https://github.com/ansible-collections/community.general/pull/10977,
https://github.com/ansible-collections/community.general/pull/10978,
https://github.com/ansible-collections/community.general/pull/10979,
https://github.com/ansible-collections/community.general/pull/10980,
https://github.com/ansible-collections/community.general/pull/10981,
https://github.com/ansible-collections/community.general/pull/10992,
https://github.com/ansible-collections/community.general/pull/10993,
https://github.com/ansible-collections/community.general/pull/10997,
https://github.com/ansible-collections/community.general/pull/10999,
https://github.com/ansible-collections/community.general/pull/11015,
https://github.com/ansible-collections/community.general/pull/11016,
https://github.com/ansible-collections/community.general/pull/11017).