Skip to content

Commit

Permalink
Fix skipping formatting examples (#8210)
Browse files Browse the repository at this point in the history
  • Loading branch information
dybi committed Oct 25, 2023
1 parent f55b724 commit 31032f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/formatter.md
Expand Up @@ -164,10 +164,10 @@ elif False: # fmt: skip
pass

@Test
@Test2 # fmt: off
@Test2 # fmt: skip
def test(): ...

a = [1, 2, 3, 4, 5] # fmt: off
a = [1, 2, 3, 4, 5] # fmt: skip

def test(a, b, c, d, e, f) -> int: # fmt: skip
pass
Expand Down

0 comments on commit 31032f4

Please sign in to comment.