ion
ion copied to clipboard
Clean up code
trafficstars
Most of these were automatically fixed by running pre-commit (#1659 ).
Note that most of these should be pretty safe, as ruff was run without the --unsafe-fixes flag, and ruffhas been designed around not modifying the resulting runtime code so most of it should run the same
99% of changes fall into one of the 3 categories;
- Typos
"...".format(...)tof"..."- End of line endings to unix end of line character
EDIT: I removed changes from all vendor files to reduce the diff (it went from a 3,000 character diff to a 500 character diff). If the maintainers of Ion want vendor files to be fixed, I can make another PR for that.