mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 15:44:22 -05:00
Fix documentation for no-return-argument-annotation-in-stub [PYI050] (#7708)
## Summary The markdown documentation was present, but in the wrong place, so was not displaying on the website. I moved it and added some references. Related to #2646. ## Test Plan `python scripts/check_docs_formatted.py`
This commit is contained in:
@@ -55,6 +55,7 @@ KNOWN_FORMATTING_VIOLATIONS = [
|
||||
"multiple-statements-on-one-line-semicolon",
|
||||
"no-blank-line-before-function",
|
||||
"no-indented-block-comment",
|
||||
"no-return-argument-annotation-in-stub",
|
||||
"no-space-after-block-comment",
|
||||
"no-space-after-inline-comment",
|
||||
"non-empty-stub-body",
|
||||
|
||||
Reference in New Issue
Block a user