From 8cfba41a78f8e9379ec4cd4f9e7ed6d01c327b18 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:40:07 +0000 Subject: [PATCH 1/3] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/commitizen-tools/commitizen: v4.11.1 → v4.13.9](https://github.com/commitizen-tools/commitizen/compare/v4.11.1...v4.13.9) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.10...v0.15.9) - [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/python-jsonschema/check-jsonschema: 0.36.0 → 0.37.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.36.0...0.37.1) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b410d9..fa3d1ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v4.11.1 + rev: v4.13.9 hooks: - id: commitizen additional_dependencies: [cz-conventional-gitmoji] @@ -44,14 +44,14 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.10" + rev: "v0.15.9" hooks: - id: ruff-check args: ["--fix", "--show-fixes"] - id: ruff-format - repo: https://github.com/codespell-project/codespell - rev: "v2.4.1" + rev: "v2.4.2" hooks: - id: codespell args: ["--toml", "pyproject.toml"] @@ -77,7 +77,7 @@ repos: # additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.36.0" + rev: "0.37.1" hooks: - id: check-dependabot - id: check-github-workflows From c2c4bb1342eb1aace49d745a616e2b0d90a6fa93 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:41:42 +0000 Subject: [PATCH 2/3] style: pre-commit fixes --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index dc17fab..1bdc082 100644 --- a/noxfile.py +++ b/noxfile.py @@ -1,4 +1,4 @@ -#!/usr/bin/env -S uv run --script # noqa: EXE001 +#!/usr/bin/env -S uv run --script # /// script # dependencies = ["nox", "nox_uv"] # /// From 2a86cd965cd485121f61b5338d7e40cbe8f29465 Mon Sep 17 00:00:00 2001 From: Nathaniel Starkman Date: Mon, 6 Apr 2026 21:16:24 +0000 Subject: [PATCH 3/3] chore: remove shebang from noxfile.py --- noxfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 1bdc082..b8d54f2 100644 --- a/noxfile.py +++ b/noxfile.py @@ -1,4 +1,3 @@ -#!/usr/bin/env -S uv run --script # /// script # dependencies = ["nox", "nox_uv"] # ///