ltouroumov / worm-cyoa-v6-fork

Fork of the Worm CYOA V6
21 stars 8 forks source link

Formatting & style fixes #25

Closed Arzte closed 1 year ago

Arzte commented 1 year ago

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.

Arzte commented 1 year ago

Fixed merge conflict