From 7b1e2a355c2fd37e6b5c1d7b7e346bb2f9d7f317 Mon Sep 17 00:00:00 2001 From: zanieb Date: Mon, 21 Oct 2024 12:07:43 +0000 Subject: [PATCH] Mirror: 0.4.25 --- README.md | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 201e208..680bf75 100644 --- a/README.md +++ b/README.md @@ -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.4.24 + rev: 0.4.25 hooks: # Run the pip compile - id: pip-compile @@ -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.4.24 + rev: 0.4.25 hooks: # Run the pip compile - id: pip-compile @@ -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.4.24 + rev: 0.4.25 hooks: # Run the pip compile - id: pip-compile @@ -61,7 +61,7 @@ To ensure the lockfile is up-to-date: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.4.24 + rev: 0.4.25 hooks: # Update the uv lockfile - id: uv-lock @@ -72,7 +72,7 @@ To autoexport `uv.lock` to `requirements.txt`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.4.24 + rev: 0.4.25 hooks: - id: uv-export ``` @@ -82,7 +82,7 @@ To export to an alternative file, modify the `args`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.4.24 + rev: 0.4.25 hooks: - id: uv-export args: ["--frozen", "--output-file=requirements-custom.txt"] diff --git a/pyproject.toml b/pyproject.toml index fa2189d..4e9554a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "uv-pre-commit" version = "0.0.0" dependencies = [ - "uv==0.4.24", + "uv==0.4.25", ] [project.optional-dependencies]