mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 11:04:00 -07:00
use f-strings (#10899)
* use f-strings * add changelog frag * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
8a1ed41fe5
commit
3734f471c1
14 changed files with 50 additions and 54 deletions
14
changelogs/fragments/10899-use-f-strings.yml
Normal file
14
changelogs/fragments/10899-use-f-strings.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
minor_changes:
|
||||
- wsl connection plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
||||
- accumulate filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
||||
- counter filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
||||
- crc32 filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
||||
- groupby_as_dict filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
||||
- hashids filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
||||
- json_query filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
||||
- lists filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
||||
- random_mac filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
||||
- time filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
||||
- unicode_normalize filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
||||
- passwordstore lookup plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
||||
- ansible_type plugin_utils plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
Loading…
Add table
Add a link
Reference in a new issue