From a6d78bccc5c7987bd847a95f4c593ebb050a0e9a Mon Sep 17 00:00:00 2001 From: zanieb Date: Wed, 18 Dec 2024 00:20:31 +0000 Subject: [PATCH] Mirror: 0.5.10 --- README.md | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aed8c0f..1de8f24 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To ensure the lockfile is up-to-date: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.5.9 + rev: 0.5.10 hooks: # Update the uv lockfile - id: uv-lock @@ -31,7 +31,7 @@ To autoexport `uv.lock` to `requirements.txt`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.5.9 + rev: 0.5.10 hooks: - id: uv-export ``` @@ -41,7 +41,7 @@ To export to an alternative file, modify the `args`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.5.9 + rev: 0.5.10 hooks: - id: uv-export 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 ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.5.9 + rev: 0.5.10 hooks: # Run the pip compile - id: pip-compile @@ -64,7 +64,7 @@ To compile alternative files, modify the `args` and `files`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.5.9 + rev: 0.5.10 hooks: # Run the pip compile - id: pip-compile @@ -77,7 +77,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.5.9 + rev: 0.5.10 hooks: # Run the pip compile - id: pip-compile diff --git a/pyproject.toml b/pyproject.toml index 5e03a32..34bf186 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "uv-pre-commit" version = "0.0.0" dependencies = [ - "uv==0.5.9", + "uv==0.5.10", ] [project.optional-dependencies]