@@ -20,7 +20,7 @@ To ensure the lockfile is up-to-date:
2020``` yaml
2121- repo : https://github.com/astral-sh/uv-pre-commit
2222 # uv version.
23- rev : 0.9.3
23+ rev : 0.9.4
2424 hooks :
2525 # Update the uv lockfile
2626 - id : uv-lock
@@ -31,7 +31,7 @@ To autoexport `uv.lock` to `requirements.txt`:
3131` ` ` yaml
3232- repo: https://github.com/astral-sh/uv-pre-commit
3333 # uv version.
34- rev: 0.9.3
34+ rev: 0.9.4
3535 hooks:
3636 - id: uv-export
3737` ` `
@@ -43,7 +43,7 @@ To export to an alternative file, modify the `args`:
4343` ` ` yaml
4444- repo: https://github.com/astral-sh/uv-pre-commit
4545 # uv version.
46- rev: 0.9.3
46+ rev: 0.9.4
4747 hooks:
4848 - id: uv-export
4949 args: ["--frozen", "--output-file=requirements-custom.txt", "--quiet"]
@@ -54,7 +54,7 @@ To compile your requirements via pre-commit, add the following to your `.pre-com
5454` ` ` yaml
5555- repo: https://github.com/astral-sh/uv-pre-commit
5656 # uv version.
57- rev: 0.9.3
57+ rev: 0.9.4
5858 hooks:
5959 # Run the pip compile
6060 - id: pip-compile
@@ -66,7 +66,7 @@ To compile alternative files, modify the `args` and `files`:
6666` ` ` yaml
6767- repo: https://github.com/astral-sh/uv-pre-commit
6868 # uv version.
69- rev: 0.9.3
69+ rev: 0.9.4
7070 hooks:
7171 # Run the pip compile
7272 - id: pip-compile
@@ -79,7 +79,7 @@ To run the hook over multiple files at the same time:
7979` ` ` yaml
8080- repo: https://github.com/astral-sh/uv-pre-commit
8181 # uv version.
82- rev: 0.9.3
82+ rev: 0.9.4
8383 hooks:
8484 # Run the pip compile
8585 - id: pip-compile
@@ -96,7 +96,7 @@ To run a hook on a project within a subdirectory (i.e., in a monorepo):
9696` ` ` yaml
9797- repo: https://github.com/astral-sh/uv-pre-commit
9898 # uv version.
99- rev: 0.9.3
99+ rev: 0.9.4
100100 hooks:
101101 # Update the uv lockfile
102102 - id: uv-lock
@@ -116,7 +116,7 @@ default_install_hook_types:
116116repos:
117117 - repo: https://github.com/astral-sh/uv-pre-commit
118118 # uv version.
119- rev: 0.9.3
119+ rev: 0.9.4
120120 hooks:
121121 - id: uv-sync
122122` ` `
@@ -129,7 +129,7 @@ To synchronize all dependencies in a workspace:
129129` ` ` yaml
130130- repo: https://github.com/astral-sh/uv-pre-commit
131131 # uv version.
132- rev: 0.9.3
132+ rev: 0.9.4
133133 hooks:
134134 - id: uv-sync
135135 args: ["--locked", "--all-packages"]
@@ -141,7 +141,7 @@ include it as an additional sync dependency:
141141` ` ` yaml
142142- repo: https://github.com/astral-sh/uv-pre-commit
143143 # uv version.
144- rev: 0.9.3
144+ rev: 0.9.4
145145 hooks:
146146 - id: uv-sync
147147 additional_dependencies: [keyring]
0 commit comments