Skip to content

Commit 4203693

Browse files
authored
chore: Ruf ignore extension
1 parent 102c33d commit 4203693

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ extend-ignore = [
290290
"RUF010", # Use explicit conversion flag
291291
"RUF012", # mutable-class-default
292292
"RUF022", # unsorted-dunder-all
293+
"RUF005", # list concatenation
293294
]
294295

295296
[tool.ruff.lint.mccabe]

0 commit comments

Comments
 (0)