From c58479ef13b52c53ef39c6481614eba04d78b46f Mon Sep 17 00:00:00 2001 From: zanieb Date: Sat, 9 May 2026 00:46:28 +0000 Subject: [PATCH 01/11] Mirror: 0.11.12 --- README.md | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 51239a5..532b033 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.11.11 + rev: 0.11.12 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.11.11 + rev: 0.11.12 hooks: - id: uv-export ``` @@ -43,7 +43,7 @@ To export to an alternative file, modify the `args`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.11 + rev: 0.11.12 hooks: - id: uv-export args: ["--frozen", "--output-file=requirements-custom.txt", "--quiet"] @@ -54,7 +54,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.11.11 + rev: 0.11.12 hooks: # Run the pip compile - id: pip-compile @@ -66,7 +66,7 @@ To compile alternative files, modify the `args` and `files`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.11 + rev: 0.11.12 hooks: # Run the pip compile - id: pip-compile @@ -79,7 +79,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.11.11 + rev: 0.11.12 hooks: # Run the pip compile - id: pip-compile @@ -96,7 +96,7 @@ To run a hook on a project within a subdirectory (i.e., in a monorepo): ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.11 + rev: 0.11.12 hooks: # Update the uv lockfile - id: uv-lock @@ -116,7 +116,7 @@ default_install_hook_types: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.11 + rev: 0.11.12 hooks: - id: uv-sync ``` @@ -129,7 +129,7 @@ To synchronize all dependencies in a workspace: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.11 + rev: 0.11.12 hooks: - id: uv-sync args: ["--locked", "--all-packages"] @@ -141,7 +141,7 @@ include it as an additional sync dependency: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.11 + rev: 0.11.12 hooks: - id: uv-sync additional_dependencies: [keyring] diff --git a/pyproject.toml b/pyproject.toml index dbf60bd..62751ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "uv-pre-commit" version = "0.0.0" dependencies = [ - "uv==0.11.11", + "uv==0.11.12", ] [project.optional-dependencies] From 92791afd0b37b081bdc48d250ecc6aed11b6beac Mon Sep 17 00:00:00 2001 From: zanieb Date: Mon, 11 May 2026 05:23:04 +0000 Subject: [PATCH 02/11] Mirror: 0.11.13 --- README.md | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 532b033..50e6ab9 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.11.12 + rev: 0.11.13 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.11.12 + rev: 0.11.13 hooks: - id: uv-export ``` @@ -43,7 +43,7 @@ To export to an alternative file, modify the `args`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.12 + rev: 0.11.13 hooks: - id: uv-export args: ["--frozen", "--output-file=requirements-custom.txt", "--quiet"] @@ -54,7 +54,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.11.12 + rev: 0.11.13 hooks: # Run the pip compile - id: pip-compile @@ -66,7 +66,7 @@ To compile alternative files, modify the `args` and `files`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.12 + rev: 0.11.13 hooks: # Run the pip compile - id: pip-compile @@ -79,7 +79,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.11.12 + rev: 0.11.13 hooks: # Run the pip compile - id: pip-compile @@ -96,7 +96,7 @@ To run a hook on a project within a subdirectory (i.e., in a monorepo): ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.12 + rev: 0.11.13 hooks: # Update the uv lockfile - id: uv-lock @@ -116,7 +116,7 @@ default_install_hook_types: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.12 + rev: 0.11.13 hooks: - id: uv-sync ``` @@ -129,7 +129,7 @@ To synchronize all dependencies in a workspace: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.12 + rev: 0.11.13 hooks: - id: uv-sync args: ["--locked", "--all-packages"] @@ -141,7 +141,7 @@ include it as an additional sync dependency: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.12 + rev: 0.11.13 hooks: - id: uv-sync additional_dependencies: [keyring] diff --git a/pyproject.toml b/pyproject.toml index 62751ae..31487de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "uv-pre-commit" version = "0.0.0" dependencies = [ - "uv==0.11.12", + "uv==0.11.13", ] [project.optional-dependencies] From ae1ad165e7cbd3806258775dcc5b25da4da6f493 Mon Sep 17 00:00:00 2001 From: zanieb Date: Tue, 12 May 2026 20:35:34 +0000 Subject: [PATCH 03/11] Mirror: 0.11.14 --- README.md | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 50e6ab9..2b2d333 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.11.13 + rev: 0.11.14 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.11.13 + rev: 0.11.14 hooks: - id: uv-export ``` @@ -43,7 +43,7 @@ To export to an alternative file, modify the `args`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.13 + rev: 0.11.14 hooks: - id: uv-export args: ["--frozen", "--output-file=requirements-custom.txt", "--quiet"] @@ -54,7 +54,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.11.13 + rev: 0.11.14 hooks: # Run the pip compile - id: pip-compile @@ -66,7 +66,7 @@ To compile alternative files, modify the `args` and `files`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.13 + rev: 0.11.14 hooks: # Run the pip compile - id: pip-compile @@ -79,7 +79,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.11.13 + rev: 0.11.14 hooks: # Run the pip compile - id: pip-compile @@ -96,7 +96,7 @@ To run a hook on a project within a subdirectory (i.e., in a monorepo): ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.13 + rev: 0.11.14 hooks: # Update the uv lockfile - id: uv-lock @@ -116,7 +116,7 @@ default_install_hook_types: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.13 + rev: 0.11.14 hooks: - id: uv-sync ``` @@ -129,7 +129,7 @@ To synchronize all dependencies in a workspace: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.13 + rev: 0.11.14 hooks: - id: uv-sync args: ["--locked", "--all-packages"] @@ -141,7 +141,7 @@ include it as an additional sync dependency: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.13 + rev: 0.11.14 hooks: - id: uv-sync additional_dependencies: [keyring] diff --git a/pyproject.toml b/pyproject.toml index 31487de..e382c92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "uv-pre-commit" version = "0.0.0" dependencies = [ - "uv==0.11.13", + "uv==0.11.14", ] [project.optional-dependencies] From fa60a193803535a9e2accdb3ca4b1b584b1150cb Mon Sep 17 00:00:00 2001 From: zanieb Date: Mon, 18 May 2026 20:34:43 +0000 Subject: [PATCH 04/11] Mirror: 0.11.15 --- README.md | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2b2d333..63b615f 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.11.14 + rev: 0.11.15 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.11.14 + rev: 0.11.15 hooks: - id: uv-export ``` @@ -43,7 +43,7 @@ To export to an alternative file, modify the `args`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.14 + rev: 0.11.15 hooks: - id: uv-export args: ["--frozen", "--output-file=requirements-custom.txt", "--quiet"] @@ -54,7 +54,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.11.14 + rev: 0.11.15 hooks: # Run the pip compile - id: pip-compile @@ -66,7 +66,7 @@ To compile alternative files, modify the `args` and `files`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.14 + rev: 0.11.15 hooks: # Run the pip compile - id: pip-compile @@ -79,7 +79,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.11.14 + rev: 0.11.15 hooks: # Run the pip compile - id: pip-compile @@ -96,7 +96,7 @@ To run a hook on a project within a subdirectory (i.e., in a monorepo): ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.14 + rev: 0.11.15 hooks: # Update the uv lockfile - id: uv-lock @@ -116,7 +116,7 @@ default_install_hook_types: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.14 + rev: 0.11.15 hooks: - id: uv-sync ``` @@ -129,7 +129,7 @@ To synchronize all dependencies in a workspace: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.14 + rev: 0.11.15 hooks: - id: uv-sync args: ["--locked", "--all-packages"] @@ -141,7 +141,7 @@ include it as an additional sync dependency: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.14 + rev: 0.11.15 hooks: - id: uv-sync additional_dependencies: [keyring] diff --git a/pyproject.toml b/pyproject.toml index e382c92..9db3ac7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "uv-pre-commit" version = "0.0.0" dependencies = [ - "uv==0.11.14", + "uv==0.11.15", ] [project.optional-dependencies] From f19149a31a5aad375f89df042b796688201d6840 Mon Sep 17 00:00:00 2001 From: zanieb Date: Fri, 22 May 2026 00:52:16 +0000 Subject: [PATCH 05/11] Mirror: 0.11.16 --- README.md | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 63b615f..d246614 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.11.15 + rev: 0.11.16 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.11.15 + rev: 0.11.16 hooks: - id: uv-export ``` @@ -43,7 +43,7 @@ To export to an alternative file, modify the `args`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.15 + rev: 0.11.16 hooks: - id: uv-export args: ["--frozen", "--output-file=requirements-custom.txt", "--quiet"] @@ -54,7 +54,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.11.15 + rev: 0.11.16 hooks: # Run the pip compile - id: pip-compile @@ -66,7 +66,7 @@ To compile alternative files, modify the `args` and `files`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.15 + rev: 0.11.16 hooks: # Run the pip compile - id: pip-compile @@ -79,7 +79,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.11.15 + rev: 0.11.16 hooks: # Run the pip compile - id: pip-compile @@ -96,7 +96,7 @@ To run a hook on a project within a subdirectory (i.e., in a monorepo): ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.15 + rev: 0.11.16 hooks: # Update the uv lockfile - id: uv-lock @@ -116,7 +116,7 @@ default_install_hook_types: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.15 + rev: 0.11.16 hooks: - id: uv-sync ``` @@ -129,7 +129,7 @@ To synchronize all dependencies in a workspace: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.15 + rev: 0.11.16 hooks: - id: uv-sync args: ["--locked", "--all-packages"] @@ -141,7 +141,7 @@ include it as an additional sync dependency: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.15 + rev: 0.11.16 hooks: - id: uv-sync additional_dependencies: [keyring] diff --git a/pyproject.toml b/pyproject.toml index 9db3ac7..3c841d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "uv-pre-commit" version = "0.0.0" dependencies = [ - "uv==0.11.15", + "uv==0.11.16", ] [project.optional-dependencies] From 254dd0011fda0cd4bbb281ff135792b157e43e1f Mon Sep 17 00:00:00 2001 From: zanieb Date: Thu, 28 May 2026 20:50:11 +0000 Subject: [PATCH 06/11] Mirror: 0.11.17 --- README.md | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d246614..91889f3 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.11.16 + rev: 0.11.17 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.11.16 + rev: 0.11.17 hooks: - id: uv-export ``` @@ -43,7 +43,7 @@ To export to an alternative file, modify the `args`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.16 + rev: 0.11.17 hooks: - id: uv-export args: ["--frozen", "--output-file=requirements-custom.txt", "--quiet"] @@ -54,7 +54,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.11.16 + rev: 0.11.17 hooks: # Run the pip compile - id: pip-compile @@ -66,7 +66,7 @@ To compile alternative files, modify the `args` and `files`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.16 + rev: 0.11.17 hooks: # Run the pip compile - id: pip-compile @@ -79,7 +79,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.11.16 + rev: 0.11.17 hooks: # Run the pip compile - id: pip-compile @@ -96,7 +96,7 @@ To run a hook on a project within a subdirectory (i.e., in a monorepo): ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.16 + rev: 0.11.17 hooks: # Update the uv lockfile - id: uv-lock @@ -116,7 +116,7 @@ default_install_hook_types: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.16 + rev: 0.11.17 hooks: - id: uv-sync ``` @@ -129,7 +129,7 @@ To synchronize all dependencies in a workspace: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.16 + rev: 0.11.17 hooks: - id: uv-sync args: ["--locked", "--all-packages"] @@ -141,7 +141,7 @@ include it as an additional sync dependency: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.16 + rev: 0.11.17 hooks: - id: uv-sync additional_dependencies: [keyring] diff --git a/pyproject.toml b/pyproject.toml index 3c841d0..e77c8eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "uv-pre-commit" version = "0.0.0" dependencies = [ - "uv==0.11.16", + "uv==0.11.17", ] [project.optional-dependencies] From 3e7518446022606defbcdadcf8170a40cc680a8c Mon Sep 17 00:00:00 2001 From: zanieb Date: Mon, 1 Jun 2026 21:12:54 +0000 Subject: [PATCH 07/11] Mirror: 0.11.18 --- README.md | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 91889f3..220fc0e 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.11.17 + rev: 0.11.18 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.11.17 + rev: 0.11.18 hooks: - id: uv-export ``` @@ -43,7 +43,7 @@ To export to an alternative file, modify the `args`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.17 + rev: 0.11.18 hooks: - id: uv-export args: ["--frozen", "--output-file=requirements-custom.txt", "--quiet"] @@ -54,7 +54,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.11.17 + rev: 0.11.18 hooks: # Run the pip compile - id: pip-compile @@ -66,7 +66,7 @@ To compile alternative files, modify the `args` and `files`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.17 + rev: 0.11.18 hooks: # Run the pip compile - id: pip-compile @@ -79,7 +79,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.11.17 + rev: 0.11.18 hooks: # Run the pip compile - id: pip-compile @@ -96,7 +96,7 @@ To run a hook on a project within a subdirectory (i.e., in a monorepo): ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.17 + rev: 0.11.18 hooks: # Update the uv lockfile - id: uv-lock @@ -116,7 +116,7 @@ default_install_hook_types: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.17 + rev: 0.11.18 hooks: - id: uv-sync ``` @@ -129,7 +129,7 @@ To synchronize all dependencies in a workspace: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.17 + rev: 0.11.18 hooks: - id: uv-sync args: ["--locked", "--all-packages"] @@ -141,7 +141,7 @@ include it as an additional sync dependency: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.17 + rev: 0.11.18 hooks: - id: uv-sync additional_dependencies: [keyring] diff --git a/pyproject.toml b/pyproject.toml index e77c8eb..6a2087d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "uv-pre-commit" version = "0.0.0" dependencies = [ - "uv==0.11.17", + "uv==0.11.18", ] [project.optional-dependencies] From c665864e22f27255a10d82e14f8ccea6843fd65e Mon Sep 17 00:00:00 2001 From: zanieb Date: Thu, 4 Jun 2026 01:04:29 +0000 Subject: [PATCH 08/11] Mirror: 0.11.19 --- README.md | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 220fc0e..1ea8e4a 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.11.18 + rev: 0.11.19 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.11.18 + rev: 0.11.19 hooks: - id: uv-export ``` @@ -43,7 +43,7 @@ To export to an alternative file, modify the `args`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.18 + rev: 0.11.19 hooks: - id: uv-export args: ["--frozen", "--output-file=requirements-custom.txt", "--quiet"] @@ -54,7 +54,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.11.18 + rev: 0.11.19 hooks: # Run the pip compile - id: pip-compile @@ -66,7 +66,7 @@ To compile alternative files, modify the `args` and `files`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.18 + rev: 0.11.19 hooks: # Run the pip compile - id: pip-compile @@ -79,7 +79,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.11.18 + rev: 0.11.19 hooks: # Run the pip compile - id: pip-compile @@ -96,7 +96,7 @@ To run a hook on a project within a subdirectory (i.e., in a monorepo): ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.18 + rev: 0.11.19 hooks: # Update the uv lockfile - id: uv-lock @@ -116,7 +116,7 @@ default_install_hook_types: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.18 + rev: 0.11.19 hooks: - id: uv-sync ``` @@ -129,7 +129,7 @@ To synchronize all dependencies in a workspace: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.18 + rev: 0.11.19 hooks: - id: uv-sync args: ["--locked", "--all-packages"] @@ -141,7 +141,7 @@ include it as an additional sync dependency: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.18 + rev: 0.11.19 hooks: - id: uv-sync additional_dependencies: [keyring] diff --git a/pyproject.toml b/pyproject.toml index 6a2087d..2247a32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "uv-pre-commit" version = "0.0.0" dependencies = [ - "uv==0.11.18", + "uv==0.11.19", ] [project.optional-dependencies] From f827c748d48d695f0628a1131e845686d0396bb3 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 10 Jun 2026 21:29:13 +0100 Subject: [PATCH 09/11] various hardenings (#68) same as https://github.com/astral-sh/ruff-pre-commit/pull/170 --- .github/dependabot.yml | 2 ++ .github/workflows/main.yml | 13 ++++--------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c5049e..23b2203 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,5 @@ updates: github-actions: patterns: - "*" + cooldown: + default-days: 7 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc2ff41..12c2a22 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,8 +3,6 @@ on: schedule: - cron: "0 */4 * * *" workflow_dispatch: - repository_dispatch: - types: [pypi_release] jobs: build: @@ -13,9 +11,6 @@ jobs: permissions: contents: write steps: - - if: ${{ startsWith(github.event_name, 'repository_dispatch') }} - run: sleep 30 - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: true # needed to push commits below @@ -41,10 +36,10 @@ jobs: UNPUSHED_COMMITS=$(git log origin/main..HEAD) if [ -z "$UNPUSHED_COMMITS" ]; then echo "No unpushed commits found." - echo "changes_exist=false" >> $GITHUB_ENV + echo "changes_exist=false" >> "$GITHUB_ENV" else echo "Unpushed commits found." - echo "changes_exist=true" >> $GITHUB_ENV + echo "changes_exist=true" >> "$GITHUB_ENV" fi - name: push changes if they exist @@ -56,8 +51,8 @@ jobs: - name: create release on new tag if new changes exist if: env.changes_exist == 'true' run: | - TAG_NAME=$(git describe --tags $(git rev-list --tags --max-count=1)) - echo $TAG_NAME + TAG_NAME=$(git describe --tags "$(git rev-list --tags --max-count=1)") + echo "$TAG_NAME" gh release create "$TAG_NAME" \ --title "$TAG_NAME" \ --notes "See: https://github.com/astral-sh/uv/releases/tag/$TAG_NAME" \ From 8cef97bc54b8c9661a4a91e05dc06b8bd1d5e991 Mon Sep 17 00:00:00 2001 From: zanieb Date: Wed, 10 Jun 2026 20:55:52 +0000 Subject: [PATCH 10/11] Mirror: 0.11.20 --- README.md | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 1ea8e4a..fdfed17 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.11.19 + rev: 0.11.20 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.11.19 + rev: 0.11.20 hooks: - id: uv-export ``` @@ -43,7 +43,7 @@ To export to an alternative file, modify the `args`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.19 + rev: 0.11.20 hooks: - id: uv-export args: ["--frozen", "--output-file=requirements-custom.txt", "--quiet"] @@ -54,7 +54,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.11.19 + rev: 0.11.20 hooks: # Run the pip compile - id: pip-compile @@ -66,7 +66,7 @@ To compile alternative files, modify the `args` and `files`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.19 + rev: 0.11.20 hooks: # Run the pip compile - id: pip-compile @@ -79,7 +79,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.11.19 + rev: 0.11.20 hooks: # Run the pip compile - id: pip-compile @@ -96,7 +96,7 @@ To run a hook on a project within a subdirectory (i.e., in a monorepo): ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.19 + rev: 0.11.20 hooks: # Update the uv lockfile - id: uv-lock @@ -116,7 +116,7 @@ default_install_hook_types: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.19 + rev: 0.11.20 hooks: - id: uv-sync ``` @@ -129,7 +129,7 @@ To synchronize all dependencies in a workspace: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.19 + rev: 0.11.20 hooks: - id: uv-sync args: ["--locked", "--all-packages"] @@ -141,7 +141,7 @@ include it as an additional sync dependency: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.19 + rev: 0.11.20 hooks: - id: uv-sync additional_dependencies: [keyring] diff --git a/pyproject.toml b/pyproject.toml index 2247a32..f7a9db3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "uv-pre-commit" version = "0.0.0" dependencies = [ - "uv==0.11.19", + "uv==0.11.20", ] [project.optional-dependencies] From fe063293315003e95dff96d43c4928f8799a5c62 Mon Sep 17 00:00:00 2001 From: zanieb Date: Thu, 11 Jun 2026 20:52:01 +0000 Subject: [PATCH 11/11] Mirror: 0.11.21 --- README.md | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index fdfed17..bdd1c4f 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.11.20 + rev: 0.11.21 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.11.20 + rev: 0.11.21 hooks: - id: uv-export ``` @@ -43,7 +43,7 @@ To export to an alternative file, modify the `args`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.20 + rev: 0.11.21 hooks: - id: uv-export args: ["--frozen", "--output-file=requirements-custom.txt", "--quiet"] @@ -54,7 +54,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.11.20 + rev: 0.11.21 hooks: # Run the pip compile - id: pip-compile @@ -66,7 +66,7 @@ To compile alternative files, modify the `args` and `files`: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.20 + rev: 0.11.21 hooks: # Run the pip compile - id: pip-compile @@ -79,7 +79,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.11.20 + rev: 0.11.21 hooks: # Run the pip compile - id: pip-compile @@ -96,7 +96,7 @@ To run a hook on a project within a subdirectory (i.e., in a monorepo): ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.20 + rev: 0.11.21 hooks: # Update the uv lockfile - id: uv-lock @@ -116,7 +116,7 @@ default_install_hook_types: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.20 + rev: 0.11.21 hooks: - id: uv-sync ``` @@ -129,7 +129,7 @@ To synchronize all dependencies in a workspace: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.20 + rev: 0.11.21 hooks: - id: uv-sync args: ["--locked", "--all-packages"] @@ -141,7 +141,7 @@ include it as an additional sync dependency: ```yaml - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.20 + rev: 0.11.21 hooks: - id: uv-sync additional_dependencies: [keyring] diff --git a/pyproject.toml b/pyproject.toml index f7a9db3..c8ca6ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "uv-pre-commit" version = "0.0.0" dependencies = [ - "uv==0.11.20", + "uv==0.11.21", ] [project.optional-dependencies]