From 5faa5711c94e32673855802cbc7958f383f089d2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 19:11:09 +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/astral-sh/ruff-pre-commit: v0.15.15 → v0.16.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.15...v0.16.0) - [github.com/igorshubovych/markdownlint-cli: v0.48.0 → v0.49.1](https://github.com/igorshubovych/markdownlint-cli/compare/v0.48.0...v0.49.1) - [github.com/tox-dev/pyproject-fmt: v2.23.0 → v2.26.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.23.0...v2.26.0) --- .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 82a693d5b..457cc7eec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.15 + rev: v0.16.0 hooks: - id: ruff-check args: ["--fix"] @@ -23,7 +23,7 @@ repos: - id: blacken-docs files: ^docs/ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.1 hooks: - id: markdownlint exclude: .github @@ -33,6 +33,6 @@ repos: - id: nbstripout files: ^examples - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.23.0 + rev: v2.26.0 hooks: - id: pyproject-fmt