mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-23 04:55:09 +00:00
Update StmtMatch
formatting snapshots (#6427)
This commit is contained in:
parent
001aa486df
commit
d815a25b11
1 changed files with 5 additions and 1 deletions
|
@ -90,7 +90,11 @@ match ( # hello
|
|||
pass
|
||||
|
||||
|
||||
match [first, second, third]: # comment # another comment
|
||||
match [ # comment
|
||||
first,
|
||||
second,
|
||||
third,
|
||||
]: # another comment
|
||||
case NOT_YET_IMPLEMENTED_Pattern:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue