I previously had this:
"ruff.lint.args": [
"--config",
"lint.isort.lines-between-types=1",
"lint.select=['ALL']"
],
How do I do that with the new syntax?
I see it has this:
"ruff.lint.select": [
"ALL"
],
But how do I do this:
"lint.isort.lines-between-types=1",
I previously had this:
How do I do that with the new syntax?
I see it has this:
But how do I do this:
"lint.isort.lines-between-types=1",