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