You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`pants.backend.python.lint.pyupgrade`|[Pyupgrade](https://github.com/asottile/pyupgrade): automatically update code to use modern Python idioms like `f-strings`|
41
41
|`pants.backend.experimental.python.lint.ruff`|[Ruff (for linting)](https://docs.astral.sh/ruff/linter/): an extremely fast Python linter, written in Rust. |
42
-
|`pants.backend.experimental.python.lint.ruff_fmt`|[Ruff](https://docs.astral.sh/ruff/formatter/): an extremely fast Python code formatter, written in Rust. |
42
+
|`pants.backend.experimental.python.lint.ruff_fmt`|[Ruff (for formatting)](https://docs.astral.sh/ruff/formatter/): an extremely fast Python code formatter, written in Rust. |
43
43
44
44
To enable, add the appropriate backends in `pants.toml`:
0 commit comments