mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 08:34:29 -05:00
Complete pyupgrade documentation (#5096)
## Summary Completes the documentation for the `pyupgrade` rules. Related to #2646. ## Test Plan `python scripts/check_docs_formatted.py`
This commit is contained in:
@@ -48,6 +48,7 @@ KNOWN_FORMATTING_VIOLATIONS = [
|
||||
"too-few-spaces-before-inline-comment",
|
||||
"trailing-comma-on-bare-tuple",
|
||||
"unexpected-indentation-comment",
|
||||
"unicode-kind-prefix",
|
||||
"unnecessary-class-parentheses",
|
||||
"useless-semicolon",
|
||||
"whitespace-after-open-bracket",
|
||||
|
||||
Reference in New Issue
Block a user