We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958605b commit f5aa766Copy full SHA for f5aa766
doc/data/ruff.toml
@@ -5,6 +5,9 @@ line-length = 103
5
extend-exclude = [
6
"messages/d/duplicate-argument-name/bad.py",
7
"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"
11
]
12
13
[lint]
0 commit comments