mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-09 22:25:09 +00:00
Ignore pass-statement-stub-body
documentation formatting (#7497)
## Summary Fix CI (broken in #7496). The code snippet was formatted as Black would format a stub file, but the CI script doesn't know that (it assumes all code snippets are non-stub files). Easier to ignore. Sorry for breaking CI! ## Test Plan `python scripts/check_docs_formatted.py`
This commit is contained in:
parent
bccba5d73f
commit
359f50e6dc
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ KNOWN_FORMATTING_VIOLATIONS = [
|
|||
"one-blank-line-after-class",
|
||||
"over-indentation",
|
||||
"over-indented",
|
||||
"pass-statement-stub-body",
|
||||
"prohibited-trailing-comma",
|
||||
"shebang-leading-whitespace",
|
||||
"surrounding-whitespace",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue