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 2f1cd36 commit 6375b34Copy full SHA for 6375b34
.ruff.toml
@@ -243,7 +243,7 @@ select = [
243
"RUF024", # Do not pass mutable objects as values to `dict.fromkeys`
244
"RUF026", # `default_factory` is a positional-only argument to `defaultdict`
245
# "RUF027", # Possible f-string without an `f` prefix
246
-# "RUF028", # This suppression comment is invalid because {}
+ "RUF028", # This suppression comment is invalid because {}
247
# "RUF029", # Function `{name}` is declared `async`, but doesn't `await` or use `async` features.
248
"RUF030", # `print()` expression in `assert` statement is likely unintentional
249
# "RUF031", # Use parentheses for tuples in subscripts.
0 commit comments