Skip to content

Commit 26a0f0a

Browse files
committed
Exclude the example code documentation via ruff.toml instead.
1 parent 68aaf34 commit 26a0f0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/data/ruff.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ 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
# syntax error in newer python versions
910
"messages/s/star-needs-assignment-target/bad.py",
10-
"messages/i/invalid-star-assignment-target/bad.py"
11+
"messages/i/invalid-star-assignment-target/bad.py",
1112
]
1213

1314
[lint]

0 commit comments

Comments
 (0)