From fc5f679b3b9de99f5b7f1b119a599071744dd863 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:54:53 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit 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/tox-dev/tox-toml-fmt: v1.8.0 → v1.9.1](https://github.com/tox-dev/tox-toml-fmt/compare/v1.8.0...v1.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.4...v0.15.5) --- .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 dc504f5..ff4d06f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,12 +10,12 @@ repos: - id: check-github-workflows args: ["--verbose"] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: ["--write-changes"] - repo: https://github.com/tox-dev/tox-toml-fmt - rev: "v1.8.0" + rev: "v1.9.1" hooks: - id: tox-toml-fmt - repo: https://github.com/tox-dev/pyproject-fmt @@ -23,7 +23,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.4" + rev: "v0.15.5" hooks: - id: ruff-format - id: ruff From f581c300b132a4cbdda3a8107873530f7d04e29a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:55:23 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tox.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.toml b/tox.toml index c43d288..651061e 100644 --- a/tox.toml +++ b/tox.toml @@ -14,7 +14,7 @@ commands = [ "python", "-m", "pytest", - { replace = "posargs", extend = true, default = [ + { replace = "posargs", default = [ "--cov", "{env_site_packages_dir}{/}pre_commit_uv", "--cov", @@ -31,7 +31,7 @@ commands = [ "--junitxml", "{work_dir}{/}junit.{env_name}.xml", "tests", - ] }, + ], extend = true }, ], ]