From a93e21abbc407c5de5e5ac890744158a462ad867 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:25:45 +0000 Subject: [PATCH] pre-commit.ci: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.4...v0.15.9) - [github.com/pappasam/toml-sort: v0.24.3 → v0.24.4](https://github.com/pappasam/toml-sort/compare/v0.24.3...v0.24.4) - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.47.0...v0.48.0) - [github.com/rhysd/actionlint: v1.7.11 → v1.7.12](https://github.com/rhysd/actionlint/compare/v1.7.11...v1.7.12) - [github.com/astral-sh/uv-pre-commit: 0.10.7 → 0.11.3](https://github.com/astral-sh/uv-pre-commit/compare/0.10.7...0.11.3) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d29e41fa..418cfa34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: args: - --strict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.9 hooks: - id: ruff-check - id: ruff-format @@ -55,7 +55,7 @@ repos: additional_dependencies: - black - repo: https://github.com/pappasam/toml-sort - rev: v0.24.3 + rev: v0.24.4 hooks: - id: toml-sort-fix - repo: https://github.com/rbubley/mirrors-prettier @@ -63,7 +63,7 @@ repos: hooks: - id: prettier - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.47.0 + rev: v0.48.0 hooks: - id: markdownlint-fix args: @@ -73,7 +73,7 @@ repos: hooks: - id: forbid-tabs - repo: https://github.com/rhysd/actionlint - rev: v1.7.11 + rev: v1.7.12 hooks: - id: actionlint - repo: local @@ -99,6 +99,6 @@ repos: - --external-sources - --shell=bash - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.7 + rev: 0.11.3 hooks: - id: uv-lock