Skip to content

Commit 9d6994f

Browse files
committed
Revert "Mirror: 0.2.14"
This reverts commit 116acb0.
1 parent 116acb0 commit 9d6994f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To compile your requirements via pre-commit, add the following to your `.pre-com
1919
```yaml
2020
- repo: https://github.com/astral-sh/uv-pre-commit
2121
# uv version.
22-
rev: 0.2.14
22+
rev: 0.2.13
2323
hooks:
2424
# Run the pip compile
2525
- id: pip-compile
@@ -31,7 +31,7 @@ To compile alternative files, modify the `args` and `files`:
3131
```yaml
3232
- repo: https://github.com/astral-sh/uv-pre-commit
3333
# uv version.
34-
rev: 0.2.14
34+
rev: 0.2.13
3535
hooks:
3636
# Run the pip compile
3737
- id: pip-compile
@@ -44,7 +44,7 @@ To run the hook over multiple files at the same time:
4444
```yaml
4545
- repo: https://github.com/astral-sh/uv-pre-commit
4646
# uv version.
47-
rev: 0.2.14
47+
rev: 0.2.13
4848
hooks:
4949
# Run the pip compile
5050
- id: pip-compile

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "uv-pre-commit"
33
version = "0.0.0"
44
dependencies = [
5-
"uv==0.2.14",
5+
"uv==0.2.13",
66
]
77

88
[project.optional-dependencies]

0 commit comments

Comments
 (0)