Skip to content

How do I do lint.isort.lines-between-types=1 with the new syntax? #707

@red8888

Description

@red8888

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",

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionAsking for support or clarification

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions