mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
refactor: use f-strings (#310)
##### SUMMARY Replace string interpolation with f-strings. Improves readability, and should help prevent #309
This commit is contained in:
parent
deee06281e
commit
c56cbab1a0
7 changed files with 43 additions and 36 deletions
3
.flake8
Normal file
3
.flake8
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[flake8]
|
||||
extend-ignore =
|
||||
E501
|
||||
Loading…
Add table
Add a link
Reference in a new issue