mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
Add docs for E275, E231, E251, and E252 (#6700)
This commit is contained in:
committed by
GitHub
parent
a742a562fd
commit
419615f29b
@@ -37,10 +37,13 @@ KNOWN_FORMATTING_VIOLATIONS = [
|
||||
"indentation-with-invalid-multiple",
|
||||
"line-too-long",
|
||||
"missing-trailing-comma",
|
||||
"missing-whitespace",
|
||||
"missing-whitespace-after-keyword",
|
||||
"missing-whitespace-around-arithmetic-operator",
|
||||
"missing-whitespace-around-bitwise-or-shift-operator",
|
||||
"missing-whitespace-around-modulo-operator",
|
||||
"missing-whitespace-around-operator",
|
||||
"missing-whitespace-around-parameter-equals",
|
||||
"multi-line-implicit-string-concatenation",
|
||||
"multiple-leading-hashes-for-block-comment",
|
||||
"multiple-spaces-after-comma",
|
||||
@@ -66,6 +69,7 @@ KNOWN_FORMATTING_VIOLATIONS = [
|
||||
"triple-single-quotes",
|
||||
"under-indentation",
|
||||
"unexpected-indentation-comment",
|
||||
"unexpected-spaces-around-keyword-parameter-equals",
|
||||
"unicode-kind-prefix",
|
||||
"unnecessary-class-parentheses",
|
||||
"useless-semicolon",
|
||||
|
||||
Reference in New Issue
Block a user