mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
Extend description.
This commit is contained in:
parent
64976c9d1a
commit
3f7c4a261e
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue