From e12ff31f17edc6f5d96f323630dca75a7678233d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:00:41 +0000 Subject: [PATCH] [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/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.4](https://github.com/pappasam/toml-sort/compare/v0.24.2...v0.24.4) - [github.com/tox-dev/tox-ini-fmt: 1.6.0 → 1.7.1](https://github.com/tox-dev/tox-ini-fmt/compare/1.6.0...1.7.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.15.18](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.12...v0.15.18) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.17.1...v2.1.0) - [github.com/astral-sh/uv-pre-commit: 0.11.8 → 0.11.23](https://github.com/astral-sh/uv-pre-commit/compare/0.11.8...0.11.23) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5aa124965..7029ffbe1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: check-yaml files: .*\.(yaml|yml)$ - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell name: codespell @@ -33,12 +33,12 @@ repos: additional_dependencies: - tomli; python_version<'3.11' - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint files: \.(yaml|yml)$ - repo: https://github.com/pappasam/toml-sort - rev: v0.24.2 + rev: v0.24.4 hooks: - id: toml-sort-fix alias: toml @@ -46,12 +46,12 @@ repos: exclude: ^uv\.lock$ - repo: https://github.com/tox-dev/tox-ini-fmt - rev: 1.6.0 + rev: 1.7.1 hooks: - id: tox-ini-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.15.18 hooks: - id: ruff args: @@ -61,13 +61,13 @@ repos: # - id: ruff-format # must be after ruff # types_or: [python, pyi] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.17.1 + rev: v2.1.0 hooks: - id: mypy additional_dependencies: - types-requests # uv-lock fails if pyproject.toml has drifted from uv.lock. - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.8 + rev: 0.11.23 hooks: - id: uv-lock