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.
1 parent 88f9fb7 commit b772d51Copy full SHA for b772d51
.ruff.toml
@@ -19,8 +19,6 @@ ignore = [
19
"B006", # mutable-argument-default
20
"B008", # function-call-in-default-argument
21
"F401", # unused-import
22
- "G003", # logging-string-concat
23
- "G004", # logging-f-string
24
"RUF005", # collection-literal-concatenation
25
"RUF013", # implicit-optional
26
"RUF015", # unnecessary-iterable-allocation-for-first-element
0 commit comments