Replace % string formatting with f-strings across multiple plugins (#11908)

* Replace % string formatting with f-strings across multiple plugins

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

* Add changelog fragment for PR 11908

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alexei Znamensky
2026-04-22 07:06:27 +12:00
committed by GitHub
parent 253ac45dd3
commit 53397c081a
14 changed files with 65 additions and 64 deletions

View File

@@ -0,0 +1,13 @@
minor_changes:
- campfire - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11908).
- decompress - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11908).
- grove - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11908).
- ini_file - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11908).
- lxca_cmms - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11908).
- lxca_nodes - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11908).
- rocketchat - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11908).
- slack - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11908).
- keys_filter plugin utils - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11908).
- redfish_utils module utils - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11908).
- lists filter plugin - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11908).
- lists_mergeby filter plugin - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11908).