File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments