mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-09 22:25:09 +00:00
Add documentation to non-empty-stub-body
(#7519)
## Summary Add documentation to `non-empty-stub-body` (`PYI010`) rule. Related to #2646. ## Test Plan `python scripts/check_docs_formatted.py`
This commit is contained in:
parent
4ae463d04b
commit
36a60bd50e
2 changed files with 22 additions and 0 deletions
|
@ -57,6 +57,7 @@ KNOWN_FORMATTING_VIOLATIONS = [
|
|||
"no-indented-block-comment",
|
||||
"no-space-after-block-comment",
|
||||
"no-space-after-inline-comment",
|
||||
"non-empty-stub-body",
|
||||
"one-blank-line-after-class",
|
||||
"over-indentation",
|
||||
"over-indented",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue