|
|
|
|
|
by mdellavo
975 days ago
|
|
One suggestion to the authors - every serious codebase I've ever worked on had their own set of linters and plugins for whatever linter they were using. How do I extend Ruff? Can I extend Ruff? How do I write plugins and linters? It's Rust in Python and I am generally leery of such things. The fact that it's one tool to do all these things makes believe it's because the tool is inflexible so it must be able to do all these things. |
|
I think the philosophy right now is to treat it like Black, but I'm not going to speak for the authors or maintainers, it's just my opinion.