mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:39:12 +00:00
Add docs for E275
, E231
, E251
, and E252
(#6700)
This commit is contained in:
parent
a742a562fd
commit
419615f29b
4 changed files with 89 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue