Done
Details
Priority
MediumAssignee
Jesse SopelJesse SopelReporter
Jesse SopelJesse SopelFix versions
Sprint
None
Details
Details
Priority
Assignee
Jesse Sopel
Jesse SopelReporter
Jesse Sopel
Jesse SopelFix versions
Sprint
None
Zendesk Support
Zendesk Support
Zendesk Support
Created February 9, 2023 at 1:57 PM
Updated June 7, 2023 at 7:35 PM
Resolved June 1, 2023 at 5:48 PM
Once the Bullseye branches are merged, it would be nice to a clean up of the usage of old Python syntax from our numerous repos. There are some newer things in 3.9 that would be nice, but we still have things dating back to Python 2 like old formats, class definitions and imports.
We can do the simple stuff automatically with tools like pyupgrade. It would be nice to eventually include it in pre-commit, but for now just running it in as many repos as possible would be a vast improvement.