Skip to content

Commit c4983b6

Browse files
committed
build(ruff): Remove commented-out-code from ignored rules list
1 parent fa02c19 commit c4983b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ruff.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@ ignore = [
1919
"B006", # mutable-argument-default
2020
"B008", # function-call-in-default-argument
2121
"F401", # unused-import
22-
"ERA001", # commented-out-code
2322
"G003", # logging-string-concat
2423
"G004", # logging-f-string
2524
"RUF005", # collection-literal-concatenation
2625
"RUF013", # implicit-optional
2726
"RUF015", # unnecessary-iterable-allocation-for-first-element
2827

29-
# "UP026", # deprecated-mock-import
3028
"B005", # strip-with-multi-characters
3129
"B010", # set-attr-with-constant
3230
"B011", # assert-false

0 commit comments

Comments
 (0)