Skip to content

Commit b9db4a2

Browse files
[ruff-doc] Noqa the new syntax errors
1 parent f7a184e commit b9db4a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/data/ruff.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ line-length = 103
55
extend-exclude = [
66
"messages/d/duplicate-argument-name/bad.py",
77
"messages/s/syntax-error/bad.py",
8+
# syntax error in newer python versions
9+
"messages/s/star-needs-assignment-target/bad.py",
10+
"messages/i/invalid-star-assignment-target/bad.py"
811
]
912

1013
[lint]

0 commit comments

Comments
 (0)