• 0 Posts
  • 282 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle










  • What do you mean by trivial? I am not necessarily the most experienced coder, but it does a great job yelling at me to keep methods short and simple.

    I’d suggest taking five minutes whenever and look up the ruff ruleset to see if it would be helpful for you.

    Also maybe because I don’t know how to use pylint in vs code, but the only semi useful thing it catches for me is if my venv doesn’t have a library the code imports.

    Edit: For example, Ruff has caught this bug (mutable argument defaults) in my code before.