@@ -20,7 +20,7 @@ To ensure the lockfile is up-to-date:
20
20
``` yaml
21
21
- repo : https://github.com/astral-sh/uv-pre-commit
22
22
# uv version.
23
- rev : 0.6.6
23
+ rev : 0.6.7
24
24
hooks :
25
25
# Update the uv lockfile
26
26
- id : uv-lock
@@ -31,7 +31,7 @@ To autoexport `uv.lock` to `requirements.txt`:
31
31
` ` ` yaml
32
32
- repo: https://github.com/astral-sh/uv-pre-commit
33
33
# uv version.
34
- rev: 0.6.6
34
+ rev: 0.6.7
35
35
hooks:
36
36
- id: uv-export
37
37
` ` `
@@ -41,7 +41,7 @@ To export to an alternative file, modify the `args`:
41
41
` ` ` yaml
42
42
- repo: https://github.com/astral-sh/uv-pre-commit
43
43
# uv version.
44
- rev: 0.6.6
44
+ rev: 0.6.7
45
45
hooks:
46
46
- id: uv-export
47
47
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
52
52
` ` ` yaml
53
53
- repo: https://github.com/astral-sh/uv-pre-commit
54
54
# uv version.
55
- rev: 0.6.6
55
+ rev: 0.6.7
56
56
hooks:
57
57
# Run the pip compile
58
58
- id: pip-compile
@@ -64,7 +64,7 @@ To compile alternative files, modify the `args` and `files`:
64
64
` ` ` yaml
65
65
- repo: https://github.com/astral-sh/uv-pre-commit
66
66
# uv version.
67
- rev: 0.6.6
67
+ rev: 0.6.7
68
68
hooks:
69
69
# Run the pip compile
70
70
- id: pip-compile
@@ -77,7 +77,7 @@ To run the hook over multiple files at the same time:
77
77
` ` ` yaml
78
78
- repo: https://github.com/astral-sh/uv-pre-commit
79
79
# uv version.
80
- rev: 0.6.6
80
+ rev: 0.6.7
81
81
hooks:
82
82
# Run the pip compile
83
83
- id: pip-compile
@@ -100,7 +100,7 @@ default_install_hook_types:
100
100
repos:
101
101
- repo: https://github.com/astral-sh/uv-pre-commit
102
102
# uv version.
103
- rev: 0.6.6
103
+ rev: 0.6.7
104
104
hooks:
105
105
- id: uv-sync
106
106
` ` `
@@ -113,7 +113,7 @@ To synchronize all dependencies in a workspace:
113
113
` ` ` yaml
114
114
- repo: https://github.com/astral-sh/uv-pre-commit
115
115
# uv version.
116
- rev: 0.6.6
116
+ rev: 0.6.7
117
117
hooks:
118
118
- id: uv-sync
119
119
args: ["--locked", "--all-packages"]
0 commit comments