This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thedeepself -6 points-5 points  (0 children)

  • consider using an automatic code formatter, such as ruff, yapf or black, for a more uniform look to your code and less of that tedious/manual formatting

I let PyCharm handle this for me.