mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-09 22:25:09 +00:00
whitespace-before-parameters comment (#6103)
This commit is contained in:
parent
c0dbcb3434
commit
132f07c27b
2 changed files with 20 additions and 0 deletions
|
@ -66,6 +66,7 @@ KNOWN_FORMATTING_VIOLATIONS = [
|
|||
"useless-semicolon",
|
||||
"whitespace-after-open-bracket",
|
||||
"whitespace-before-close-bracket",
|
||||
"whitespace-before-parameters",
|
||||
"whitespace-before-punctuation",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue