ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
277 stars 31 forks source link

fix/change: use f-strings instead of str.format #122

Closed ssato closed 3 years ago

ssato commented 3 years ago

Use f-strings instead of str.format or old style format ('...' % (...)) to simplify the code.

lgtm-com[bot] commented 3 years ago

This pull request introduces 1 alert and fixes 8 when merging d3f8ae9a0fb659dbac52a3642f71c7dccfd34ad7 into e4c677e755a58d0e228b4a669c5766b2675f79b2 - view on LGTM.com

new alerts:

fixed alerts: