-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationformatterRelated to the formatterRelated to the formatterhelp wantedContributions especially welcomeContributions especially welcomeincompatibilityIncompatibility between different Ruff tools or rules (formatter, isort, linter)Incompatibility between different Ruff tools or rules (formatter, isort, linter)
Description
I would like to achieve the following things:
- Use the ruff linter on my code
- Use the ruff formatter on my code
- Enable rule COM812 for the linter
I like the linter, I like the formatter, and I like rule COM812. However, when I have COM812 as an allowed rule I get a warning when I run the formatter that rule COM812 may cause conflicts and that it should be disabled to avoid unexpected behavior. Is there, then, a recommended way to achieve my three goals?
I see a number of issues discussing rule COM812 but I don't see any addressing this exact question.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationformatterRelated to the formatterRelated to the formatterhelp wantedContributions especially welcomeContributions especially welcomeincompatibilityIncompatibility between different Ruff tools or rules (formatter, isort, linter)Incompatibility between different Ruff tools or rules (formatter, isort, linter)