From 3f7c4a261e89d3562424d31db2e855fedd8764e8 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 30 Oct 2025 06:54:21 +0100 Subject: [PATCH] Extend description. --- changelogs/fragments/python-3-modernization.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelogs/fragments/python-3-modernization.yml b/changelogs/fragments/python-3-modernization.yml index 9edc0d96dc..46e68b406d 100644 --- a/changelogs/fragments/python-3-modernization.yml +++ b/changelogs/fragments/python-3-modernization.yml @@ -1,6 +1,8 @@ minor_changes: - >- - Modernize code for Python 3.7+ + 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,