Skip to content

Commit

Permalink
Enable the RUF028 lint in Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Nov 30, 2024
1 parent 2f1cd36 commit 6375b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ select = [
"RUF024", # Do not pass mutable objects as values to `dict.fromkeys`
"RUF026", # `default_factory` is a positional-only argument to `defaultdict`
# "RUF027", # Possible f-string without an `f` prefix
# "RUF028", # This suppression comment is invalid because {}
"RUF028", # This suppression comment is invalid because {}
# "RUF029", # Function `{name}` is declared `async`, but doesn't `await` or use `async` features.
"RUF030", # `print()` expression in `assert` statement is likely unintentional
# "RUF031", # Use parentheses for tuples in subscripts.
Expand Down

0 comments on commit 6375b34

Please sign in to comment.