mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-09 22:25:09 +00: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:
parent
71b3130ff1
commit
ccbc863960
40 changed files with 896 additions and 46 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue