From abaf1ce9668e892607e5a04afb628fe2b5f3ba1e Mon Sep 17 00:00:00 2001 From: CoderJoshDK <74162303+CoderJoshDK@users.noreply.github.com> Date: Fri, 28 Jun 2024 18:25:42 -0400 Subject: [PATCH] chore: undo version This will make the origin easier to create all needed versions --- README.md | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3309958..0b7fa3f 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.2.17 + rev: 0.2.13 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.2.17 + rev: 0.2.13 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.2.17 + rev: 0.2.13 hooks: # Run the pip compile - id: pip-compile diff --git a/pyproject.toml b/pyproject.toml index 136af14..7420e2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "uv-pre-commit" version = "0.0.0" dependencies = [ - "uv==0.2.17", + "uv==0.2.13", ] [project.optional-dependencies]