How can I quickly clean up python fixable lint errors in my code? or What’s the best way to handle py

16 Replies, 1452 Views

Wow, so many solid tips!

I just tried `ruff` and holy crap, it’s fast. Fixed like 90% of my python fixable lint errors in seconds.

Still struggling with some weird `flake8` rules though—anyone know how to silence "line too long" without breaking `black`?

Also, the VS Code "Format on Save" tip is a game-changer.

Thanks y’all! 🙌

Messages In This Thread



Users browsing this thread: 1 Guest(s)