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.
collection-literal-concatenation
1 parent d4cc494 commit 243ed7bCopy full SHA for 243ed7b
.ruff.toml
@@ -19,7 +19,6 @@ ignore = [
19
"B006", # mutable-argument-default
20
"B008", # function-call-in-default-argument
21
"F401", # unused-import
22
- "RUF005", # collection-literal-concatenation
23
"RUF013", # implicit-optional
24
"RUF015", # unnecessary-iterable-allocation-for-first-element
25
0 commit comments