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:
Tom Kuson 2023-06-25 23:34:03 +01:00 committed by GitHub
parent 1fe4073b56
commit fd0c3faa70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 63 additions and 1 deletions

View file

@ -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",