mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 22:54:28 -05:00
Add documentation to rules that check docstring quotes (D3XX) (#5351)
## Summary Add documentation to the `D3XX` rules that check for issues with docstring quotes. Related to #2646. ## Test Plan `python scripts/check_docs_formatted.py`
This commit is contained in:
@@ -52,6 +52,7 @@ KNOWN_FORMATTING_VIOLATIONS = [
|
||||
"shebang-leading-whitespace",
|
||||
"too-few-spaces-before-inline-comment",
|
||||
"trailing-comma-on-bare-tuple",
|
||||
"triple-single-quotes",
|
||||
"unexpected-indentation-comment",
|
||||
"unicode-kind-prefix",
|
||||
"unnecessary-class-parentheses",
|
||||
|
||||
Reference in New Issue
Block a user