Skip to content

Commit 7eb2020

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

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
@@ -38,7 +38,7 @@ Linter/formatter support is implemented in separate [backends](../../using-pants
3838
| `pants.backend.python.lint.yapf` | [Yapf](https://github.com/google/yapf): code formatter |
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` |
41-
| `pants.backend.experimental.python.lint.ruff` | [Ruff](https://docs.astral.sh/ruff/linter/): an extremely fast Python linter, written in Rust. |
41+
| `pants.backend.experimental.python.lint.ruff` | [Ruff (for linting)](https://docs.astral.sh/ruff/linter/): an extremely fast Python linter, written in Rust. |
4242
| `pants.backend.experimental.python.lint.ruff_fmt` | [Ruff](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`:

0 commit comments

Comments
 (0)