Skip to content

Commit abaf1ce

Browse files
committed
chore: undo version
This will make the origin easier to create all needed versions
1 parent 7a057b3 commit abaf1ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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.17
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.17
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.17
47+
rev: 0.2.13
4848
hooks:
4949
# Run the pip compile
5050
- id: pip-compile

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.17",
5+
"uv==0.2.13",
66
]
77

88
[project.optional-dependencies]

0 commit comments

Comments
 (0)