@@ -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.7.1
23+ rev : 0.7.2
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.7.1
34+ rev: 0.7.2
3535 hooks:
3636 - id: uv-export
3737` ` `
@@ -41,7 +41,7 @@ To export to an alternative file, modify the `args`:
4141` ` ` yaml
4242- repo: https://github.com/astral-sh/uv-pre-commit
4343 # uv version.
44- rev: 0.7.1
44+ rev: 0.7.2
4545 hooks:
4646 - id: uv-export
4747 args: ["--frozen", "--output-file=requirements-custom.txt"]
@@ -52,7 +52,7 @@ To compile your requirements via pre-commit, add the following to your `.pre-com
5252` ` ` yaml
5353- repo: https://github.com/astral-sh/uv-pre-commit
5454 # uv version.
55- rev: 0.7.1
55+ rev: 0.7.2
5656 hooks:
5757 # Run the pip compile
5858 - id: pip-compile
@@ -64,7 +64,7 @@ To compile alternative files, modify the `args` and `files`:
6464` ` ` yaml
6565- repo: https://github.com/astral-sh/uv-pre-commit
6666 # uv version.
67- rev: 0.7.1
67+ rev: 0.7.2
6868 hooks:
6969 # Run the pip compile
7070 - id: pip-compile
@@ -77,7 +77,7 @@ To run the hook over multiple files at the same time:
7777` ` ` yaml
7878- repo: https://github.com/astral-sh/uv-pre-commit
7979 # uv version.
80- rev: 0.7.1
80+ rev: 0.7.2
8181 hooks:
8282 # Run the pip compile
8383 - id: pip-compile
@@ -94,7 +94,7 @@ To run a hook on a project within a subdirectory (i.e., in a monorepo):
9494` ` ` yaml
9595- repo: https://github.com/astral-sh/uv-pre-commit
9696 # uv version.
97- rev: 0.7.1
97+ rev: 0.7.2
9898 hooks:
9999 # Update the uv lockfile
100100 - id: uv-lock
@@ -114,7 +114,7 @@ default_install_hook_types:
114114repos:
115115 - repo: https://github.com/astral-sh/uv-pre-commit
116116 # uv version.
117- rev: 0.7.1
117+ rev: 0.7.2
118118 hooks:
119119 - id: uv-sync
120120` ` `
@@ -127,7 +127,7 @@ To synchronize all dependencies in a workspace:
127127` ` ` yaml
128128- repo: https://github.com/astral-sh/uv-pre-commit
129129 # uv version.
130- rev: 0.7.1
130+ rev: 0.7.2
131131 hooks:
132132 - id: uv-sync
133133 args: ["--locked", "--all-packages"]
@@ -139,7 +139,7 @@ include it as an additional sync dependency:
139139` ` ` yaml
140140- repo: https://github.com/astral-sh/uv-pre-commit
141141 # uv version.
142- rev: 0.7.1
142+ rev: 0.7.2
143143 hooks:
144144 - id: uv-sync
145145 additional_dependencies: [keyring]
0 commit comments