issues
search
ikamensh
/
flynt
A tool to automatically convert old string literal formatting to f-strings
MIT License
689
stars
33
forks
source link
tidied up some pylint and flake8 warnings
#157
Closed
marksmayo
closed
1 year ago
marksmayo
commented
1 year ago
sorted imports
cleaned some whitespace
tidied some flake8 docstring warnings
fixed trailing commas as per flake8 for 3.5,3.6+
added specific encoding for file writing
simplified some conditional statements
ikamensh
commented
1 year ago
Let's remove change to the encoding. The rest looks good.