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.
commented-out-code
1 parent fa02c19 commit c4983b6Copy full SHA for c4983b6
.ruff.toml
@@ -19,14 +19,12 @@ ignore = [
19
"B006", # mutable-argument-default
20
"B008", # function-call-in-default-argument
21
"F401", # unused-import
22
- "ERA001", # commented-out-code
23
"G003", # logging-string-concat
24
"G004", # logging-f-string
25
"RUF005", # collection-literal-concatenation
26
"RUF013", # implicit-optional
27
"RUF015", # unnecessary-iterable-allocation-for-first-element
28
29
- # "UP026", # deprecated-mock-import
30
"B005", # strip-with-multi-characters
31
"B010", # set-attr-with-constant
32
"B011", # assert-false
0 commit comments