Skip to content

Commit 243ed7b

Browse files
committed
build(ruff): Remove collection-literal-concatenation from ignored rules list
1 parent d4cc494 commit 243ed7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ruff.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ ignore = [
1919
"B006", # mutable-argument-default
2020
"B008", # function-call-in-default-argument
2121
"F401", # unused-import
22-
"RUF005", # collection-literal-concatenation
2322
"RUF013", # implicit-optional
2423
"RUF015", # unnecessary-iterable-allocation-for-first-element
2524

0 commit comments

Comments
 (0)