Just tried ruff format, it's seriously great!
I'm just annoyed by the warnings showing up in console: warning: The following rules may cause conflicts when used with the formatter: XXX
I want my linter (specifically the isort part) taking priority over the formatter, so I run the linter after the formatter and never had problems.
Is there any way to acknowledge / supress the CLI warnings with a configuration option or a command line parameter?