|
|
|
|
|
by JohnScolaro
513 days ago
|
|
I first attempted to use ruff for a small project ~2 years ago, and at the time felt that it wasn't quite good enough to replace the: black+isort+whatever linter combo we were using at work. I've used it a few times since then and now I'm a big proponent of using only ruff. I think most of its value comes from: 1. Being fast (or at least fast enough that it's not annoying).
2. Replaces the linting/formatting combo of multiple tools, reducing the cognitive load for the developer. Anyway, big fan. |
|