Skip to content

Commit e55b3a6

Browse files
Move the ruff config line underneath a helpful comment.
Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 43b300a commit e55b3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/data/ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ line-length = 103
55
extend-exclude = [
66
"messages/d/duplicate-argument-name/bad.py",
77
"messages/s/syntax-error/bad.py",
8-
"messages/b/bare-name-capture-pattern/bad.py",
98
# syntax error in newer python versions
9+
"messages/b/bare-name-capture-pattern/bad.py", # python 3.10
1010
"messages/s/star-needs-assignment-target/bad.py",
1111
"messages/i/invalid-star-assignment-target/bad.py",
1212
]

0 commit comments

Comments
 (0)