Skip to content

Commit 4861725

Browse files
Update docs/docs/python/overview/linters-and-formatters.mdx
Co-authored-by: Andreas Stenius <[email protected]>
1 parent 7eb2020 commit 4861725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/python/overview/linters-and-formatters.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Linter/formatter support is implemented in separate [backends](../../using-pants
3939
| `pants.backend.python.lint.autoflake` | [Autoflake](https://github.com/myint/autoflake): remove unused imports |
4040
| `pants.backend.python.lint.pyupgrade` | [Pyupgrade](https://github.com/asottile/pyupgrade): automatically update code to use modern Python idioms like `f-strings` |
4141
| `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. |
4343

4444
To enable, add the appropriate backends in `pants.toml`:
4545

0 commit comments

Comments
 (0)