mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
Use uv consistently throughout the documentation (#15302)
## Summary Closes https://github.com/astral-sh/ruff/issues/15301#issuecomment-2573350821.
This commit is contained in:
parent
95294e657c
commit
5567e7c26b
5 changed files with 104 additions and 41 deletions
|
@ -4,10 +4,10 @@ Compare lint and format results for two different ruff versions (e.g. main and a
|
|||
|
||||
## Installation
|
||||
|
||||
From the Ruff project root, install with `pip`:
|
||||
From the Ruff project root, install with [uv](https://docs.astral.sh/uv/):
|
||||
|
||||
```shell
|
||||
pip install -e ./python/ruff-ecosystem
|
||||
uv tool install -e ./python/ruff-ecosystem
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue