Skip to content

Commit e739368

Browse files
committed
Update comments in .ruff.toml
1 parent 19dfc3f commit e739368

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ruff.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,11 @@ select = [
245245
# "RUF027", # Possible f-string without an `f` prefix
246246
"RUF028", # This suppression comment is invalid because {}
247247
"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.
248+
"RUF030", # `print()` call in `assert` statement is likely unintentional
249+
"RUF031", # Use parentheses for tuples in subscripts
250250
"RUF032", # `Decimal()` called with float literal argument
251251
"RUF033", # `__post_init__` method with argument defaults
252-
"RUF034", # Useless if-else condition
252+
"RUF034", # Useless `if`-`else` condition
253253
# "RUF100", # Unused `noqa` directive
254254
"RUF101", # `{original}` is a redirect to `{target}`
255255
"RUF200", # Failed to parse pyproject.toml: {message}

0 commit comments

Comments
 (0)