I ran a bunch of tool-based fixes and style changes. In particular, I used autoflake with the --expand-star-imports flag, black, and ruff (my linter).
Black is... very opinionated, but it makes it a lot easier to just apply all the changes. Most of the style changes are just line-too-long reformatting, but not all of them.
I ran a bunch of tool-based fixes and style changes. In particular, I used autoflake with the
--expand-star-imports
flag, black, and ruff (my linter).Black is... very opinionated, but it makes it a lot easier to just apply all the changes. Most of the style changes are just line-too-long reformatting, but not all of them.