mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-10 04:30:32 -07:00
lookup plugins: use f-strings (#9324)
* lookup plugins: use f-strings
* add changelog frag
* manual change for few occurrences
* Update plugins/lookup/dependent.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* adjustment from review
* no f-string for you
* Update plugins/lookup/dependent.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 6cd3f79e19
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
12 lines
936 B
Text
12 lines
936 B
Text
.azure-pipelines/scripts/publish-codecov.py replace-urlopen
|
|
plugins/lookup/dependent.py validate-modules:unidiomatic-typecheck
|
|
plugins/modules/consul_session.py validate-modules:parameter-state-invalid-choice
|
|
plugins/modules/homectl.py import-3.11 # Uses deprecated stdlib library 'crypt'
|
|
plugins/modules/iptables_state.py validate-modules:undocumented-parameter # params _back and _timeout used by action plugin
|
|
plugins/modules/lxc_container.py validate-modules:use-run-command-not-popen
|
|
plugins/modules/osx_defaults.py validate-modules:parameter-state-invalid-choice
|
|
plugins/modules/parted.py validate-modules:parameter-state-invalid-choice
|
|
plugins/modules/rhevm.py validate-modules:parameter-state-invalid-choice
|
|
plugins/modules/udm_user.py import-3.11 # Uses deprecated stdlib library 'crypt'
|
|
plugins/modules/xfconf.py validate-modules:return-syntax-error
|
|
tests/unit/plugins/modules/test_gio_mime.yaml no-smart-quotes
|