You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just reading the contributing guide and in the sections it mentions about the pep8 guidelines, it doesn't mention f-strings. I would imagine these are allowed and we should add a section to CONTRIBUTING.md?
The text was updated successfully, but these errors were encountered:
F-strings are the preferred way to format strings since a few years, but we didn't go an change old-style formatting unless a PR affected them. Might be useful to just run something like flynt (no experience using it) to convert all strings.
Hiyo,
Just reading the contributing guide and in the sections it mentions about the
pep8
guidelines, it doesn't mention f-strings. I would imagine these are allowed and we should add a section toCONTRIBUTING.md
?The text was updated successfully, but these errors were encountered: