From f0777a715752091fc07e23c47847cd3c8ff5d362 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:29:32 +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: c60c980e561ed3e73101667fe8365c609d19a438 → c59bba8fb259db0fec2bbb77ad8ba51ea7341b56](https://github.com/astral-sh/ruff-pre-commit/compare/c60c980e561ed3e73101667fe8365c609d19a438...c59bba8fb259db0fec2bbb77ad8ba51ea7341b56) - [github.com/lycheeverse/lychee: 2bba271688c1abb1503097a064e6c3bc1d1b6a9b → 3cc5cce3e010e9e8bb1ffe57da3de6930af74056](https://github.com/lycheeverse/lychee/compare/2bba271688c1abb1503097a064e6c3bc1d1b6a9b...3cc5cce3e010e9e8bb1ffe57da3de6930af74056) - [github.com/pre-commit/mirrors-mypy: 8e5c80792e2ec0c87804d8ef915bf35e2caea6da → d2823d321df3af8f878f7ee3414dc94d037145b9](https://github.com/pre-commit/mirrors-mypy/compare/8e5c80792e2ec0c87804d8ef915bf35e2caea6da...d2823d321df3af8f878f7ee3414dc94d037145b9) - [github.com/MarcoGorelli/cython-lint: 7c6152f6c8f9087684ff2e09a9227941e233bafb → 399947374c9564f1d3bf9921c94ff8b71fc15f4e](https://github.com/MarcoGorelli/cython-lint/compare/7c6152f6c8f9087684ff2e09a9227941e233bafb...399947374c9564f1d3bf9921c94ff8b71fc15f4e) --- .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 1ac6754ae10..9a62cb90d8b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ ci: # pre-commit autoupdate --freeze repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: c60c980e561ed3e73101667fe8365c609d19a438 # frozen: v0.15.9 + rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # frozen: v0.15.20 hooks: - id: ruff-check args: [--fix, --show-fixes] @@ -64,7 +64,7 @@ repos: # Link checking for authored documentation files - repo: https://github.com/lycheeverse/lychee - rev: 2bba271688c1abb1503097a064e6c3bc1d1b6a9b # frozen: lychee-v0.24.2 + rev: 3cc5cce3e010e9e8bb1ffe57da3de6930af74056 # frozen: nightly hooks: - id: lychee args: @@ -108,7 +108,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-mypy - rev: 8e5c80792e2ec0c87804d8ef915bf35e2caea6da # frozen: v1.20.0 + rev: d2823d321df3af8f878f7ee3414dc94d037145b9 # frozen: v2.1.0 hooks: - id: mypy alias: mypy-pathfinder @@ -133,7 +133,7 @@ repos: exclude: ^\.github/workflows/coverage.yml$ - repo: https://github.com/MarcoGorelli/cython-lint - rev: "7c6152f6c8f9087684ff2e09a9227941e233bafb" # frozen: v0.19.0 + rev: "399947374c9564f1d3bf9921c94ff8b71fc15f4e" # frozen: v0.21.0 hooks: - id: cython-lint args: [--no-pycodestyle]