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
pyupgrade can help with moving the code base to utilize newer python features, such as f-strings. I roughly works like black, in that it will modify the files, allowing easy inspection of the changes.
Current plan:
introduce & pin to --py38-plus
examine scope of changes to decide if "flag day" approach is needed.
land it
Notes:
Updating the python version for this plugin will never be a blocker to upgrading the supported version.
Any maintenance of the python version will be delegated to the "bump version" solution
The text was updated successfully, but these errors were encountered:
pyupgrade can help with moving the code base to utilize newer python features, such as f-strings. I roughly works like black, in that it will modify the files, allowing easy inspection of the changes.
Current plan:
--py38-plus
Notes:
The text was updated successfully, but these errors were encountered: