-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Bump version to v0.6.6 #13415
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
Bump version to v0.6.6 #13415
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -136,8 +136,8 @@ curl -LsSf https://astral.sh/ruff/install.sh | sh | |
| powershell -c "irm https://astral.sh/ruff/install.ps1 | iex" | ||
|
|
||
| # For a specific version. | ||
| curl -LsSf https://astral.sh/ruff/0.6.5/install.sh | sh | ||
| powershell -c "irm https://astral.sh/ruff/0.6.5/install.ps1 | iex" | ||
| curl -LsSf https://astral.sh/ruff/0.6.6/install.sh | sh | ||
| powershell -c "irm https://astral.sh/ruff/0.6.6/install.ps1 | iex" | ||
|
Comment on lines
+139
to
+140
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good reminder that we should updated to the latest cargo-dist and change these to the more verbose recommendations that fail less.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can do the upgrade. I noticed that we don't use the more verbose ones in the uv README though -- is that intentional? |
||
| ``` | ||
|
|
||
| You can also install Ruff via [Homebrew](https://formulae.brew.sh/formula/ruff), [Conda](https://anaconda.org/conda-forge/ruff), | ||
|
|
@@ -170,7 +170,7 @@ Ruff can also be used as a [pre-commit](https://pre-commit.com/) hook via [`ruff | |
| ```yaml | ||
| - repo: https://github.com/astral-sh/ruff-pre-commit | ||
| # Ruff version. | ||
| rev: v0.6.5 | ||
| rev: v0.6.6 | ||
| hooks: | ||
| # Run the linter. | ||
| - id: ruff | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀