Bump version to 0.7.17 (#14347)

This commit is contained in:
Charlie Marsh 2025-06-29 09:58:33 -04:00 committed by GitHub
parent 734b228edf
commit 41c218a89b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 32 additions and 24 deletions

View file

@ -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.7.16
rev: 0.7.17
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.7.16
rev: 0.7.17
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.7.16
rev: 0.7.17
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.7.16
rev: 0.7.17
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.7.16
rev: 0.7.17
hooks:
# Compile requirements
- id: pip-compile