Skip to content

Commit

Permalink
Mirror: 0.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Mar 28, 2024
1 parent 1e58f9c commit d3ae7b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To compile your requirements via pre-commit, add the following to your `.pre-com
```yaml
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.1.25
rev: 0.1.26
hooks:
# Run the pip compile
- id: pip-compile
Expand All @@ -31,7 +31,7 @@ To compile alternative files, modify the `args` and `files`:
```yaml
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.1.25
rev: 0.1.26
hooks:
# Run the pip compile
- id: pip-compile
Expand All @@ -44,7 +44,7 @@ To run the hook over multiple files at the same time:
```yaml
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.1.25
rev: 0.1.26
hooks:
# Run the pip compile
- id: pip-compile
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "uv-pre-commit"
version = "0.0.0"
dependencies = [
"uv==0.1.25",
"uv==0.1.26",
]

[project.optional-dependencies]
Expand Down

0 comments on commit d3ae7b9

Please sign in to comment.