Python 3 use f-Strings
cleder opened this issue · comments
Christian Ledermann commented
convert the legacy %
and .format
into f-strings.
https://libcst.readthedocs.io/en/latest/codemods_tutorial.html
https://github.com/ikamensh/flynt
https://github.com/asottile/pyupgrade#f-strings
use the python3 branch as base https://github.com/cleder/fastkml/tree/python3
Christian Ledermann commented
Do not convert the strings for logging, they should use the %
format
=> https://github.com/globality-corp/flake8-logging-format
Kishore commented
Can you assign me this?
Christian Ledermann commented
Please branch from the python3
branch and target this branch in your PR