From cdc9a56a5715c132e4d0a9b0f3559d95aec01bc7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:15:51 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=20[pre-commit.ci]=20pre-commit=20?= =?UTF-8?q?autoupdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.15](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.4...v0.15.15) - [github.com/astral-sh/uv-pre-commit: 0.10.7 → 0.11.17](https://github.com/astral-sh/uv-pre-commit/compare/0.10.7...0.11.17) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4172c06..9ced998 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,14 +23,14 @@ repos: - id: detect-private-key - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: [--write-changes] files: \.(py|sh|json|yml|yaml|md)$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.15 hooks: - id: ruff args: [--fix] @@ -38,7 +38,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.10.7 + rev: 0.11.17 hooks: # Update the uv lockfile - id: uv-lock From e6672a4f1dfd29c121bce9233b29be8cda3103d1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:17:18 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20for?= =?UTF-8?q?mat=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.sh b/dev.sh index 3168969..4d1ae93 100644 --- a/dev.sh +++ b/dev.sh @@ -51,7 +51,7 @@ run_test() { run_docs() { local cmd=$1 shift - + run_uvx() { uvx --with mkdocs-material \ --with mkdocs-git-revision-date-localized-plugin \