Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a different Ruff version in documentation #9943

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use a different Ruff version in documentation
  • Loading branch information
zanieb committed Dec 16, 2024
commit e41edf169258bd9d9d3123d24d5ffddc955f95c4
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Resolved 2 packages in 170ms
Prepared 2 packages in 627ms
Installed 2 packages in 1ms
+ example==0.1.0 (from file:///home/user/example)
+ ruff==0.5.9
+ ruff==0.5.0

$ uv run ruff check
All checks passed!
Expand Down Expand Up @@ -145,11 +145,11 @@ Install a tool with `uv tool install`:
$ uv tool install ruff
Resolved 1 package in 6ms
Installed 1 package in 2ms
+ ruff==0.5.9
+ ruff==0.5.0
Installed 1 executable: ruff

$ ruff --version
ruff 0.5.9
ruff 0.5.0
```

See the [tools documentation](https://docs.astral.sh/uv/guides/tools/) to get started.
Expand Down
Loading