Bump version to 0.9.19 (#17254)
Closes https://github.com/astral-sh/uv/issues/17240
This commit is contained in:
@@ -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.9.18
|
||||
rev: 0.9.19
|
||||
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.9.18
|
||||
rev: 0.9.19
|
||||
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.9.18
|
||||
rev: 0.9.19
|
||||
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.9.18
|
||||
rev: 0.9.19
|
||||
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.9.18
|
||||
rev: 0.9.19
|
||||
hooks:
|
||||
# Compile requirements
|
||||
- id: pip-compile
|
||||
|
||||
Reference in New Issue
Block a user