Skip to content

Commit ad3ec16

Browse files
committed
Exclude the example code documentation via ruff.toml instead.
1 parent c325195 commit ad3ec16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/data/ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ line-length = 103
55
extend-exclude = [
66
"messages/d/duplicate-argument-name/bad.py",
77
"messages/s/syntax-error/bad.py",
8+
"messages/u/unreachable-match-patterns/bad.py",
89
]
910

1011
[lint]

0 commit comments

Comments
 (0)