mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 04:17:37 +00:00
Bump version to v0.6.11 (#12535)
This commit is contained in:
parent
ac2dcd658e
commit
fe7fc323dd
12 changed files with 43 additions and 23 deletions
|
|
@ -17,7 +17,7 @@ pre-commit, add the following to the `.pre-commit-config.yaml`:
|
|||
repos:
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
# uv version.
|
||||
rev: 0.6.10
|
||||
rev: 0.6.11
|
||||
hooks:
|
||||
- id: uv-lock
|
||||
```
|
||||
|
|
@ -28,7 +28,7 @@ To keep your `requirements.txt` file updated using pre-commit:
|
|||
repos:
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
# uv version.
|
||||
rev: 0.6.10
|
||||
rev: 0.6.11
|
||||
hooks:
|
||||
- id: uv-export
|
||||
```
|
||||
|
|
@ -39,7 +39,7 @@ To compile requirements via pre-commit, add the following to the `.pre-commit-co
|
|||
repos:
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
# uv version.
|
||||
rev: 0.6.10
|
||||
rev: 0.6.11
|
||||
hooks:
|
||||
# Compile requirements
|
||||
- id: pip-compile
|
||||
|
|
@ -52,7 +52,7 @@ To compile alternative files, modify `args` and `files`:
|
|||
repos:
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
# uv version.
|
||||
rev: 0.6.10
|
||||
rev: 0.6.11
|
||||
hooks:
|
||||
# Compile requirements
|
||||
- id: pip-compile
|
||||
|
|
@ -66,7 +66,7 @@ To run the hook over multiple files at the same time:
|
|||
repos:
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
# uv version.
|
||||
rev: 0.6.10
|
||||
rev: 0.6.11
|
||||
hooks:
|
||||
# Compile requirements
|
||||
- id: pip-compile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue