mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-25 13:36:41 +00:00
Bump version to 0.9.0 (#16161)
Co-authored-by: konsti <konstin@mailbox.org>
This commit is contained in:
parent
593678055f
commit
39b6886536
20 changed files with 160 additions and 33 deletions
|
|
@ -19,7 +19,7 @@ To make sure your `uv.lock` file is up to date even if your `pyproject.toml` fil
|
|||
repos:
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
# uv version.
|
||||
rev: 0.8.24
|
||||
rev: 0.9.0
|
||||
hooks:
|
||||
- id: uv-lock
|
||||
```
|
||||
|
|
@ -30,7 +30,7 @@ To keep a `requirements.txt` file in sync with your `uv.lock` file:
|
|||
repos:
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
# uv version.
|
||||
rev: 0.8.24
|
||||
rev: 0.9.0
|
||||
hooks:
|
||||
- id: uv-export
|
||||
```
|
||||
|
|
@ -41,7 +41,7 @@ To compile requirements files:
|
|||
repos:
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
# uv version.
|
||||
rev: 0.8.24
|
||||
rev: 0.9.0
|
||||
hooks:
|
||||
# Compile requirements
|
||||
- id: pip-compile
|
||||
|
|
@ -54,7 +54,7 @@ To compile alternative requirements files, modify `args` and `files`:
|
|||
repos:
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
# uv version.
|
||||
rev: 0.8.24
|
||||
rev: 0.9.0
|
||||
hooks:
|
||||
# Compile requirements
|
||||
- id: pip-compile
|
||||
|
|
@ -68,7 +68,7 @@ To run the hook over multiple files at the same time, add additional entries:
|
|||
repos:
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
# uv version.
|
||||
rev: 0.8.24
|
||||
rev: 0.9.0
|
||||
hooks:
|
||||
# Compile requirements
|
||||
- id: pip-compile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue