From 083cc66a877128c1b0c2cfeb46513af3d250755f 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:05:54 +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/zizmorcore/zizmor-pre-commit: v1.25.2 → v1.26.1](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.25.2...v1.26.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.15...v0.15.20) - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](https://github.com/PyCQA/isort/compare/8.0.1...9.0.0a3) - [github.com/adhtruong/mirrors-typos: v1.45.0 → v1.48.0](https://github.com/adhtruong/mirrors-typos/compare/v1.45.0...v1.48.0) - [github.com/pre-commit/mirrors-mypy: v1.20.0 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.20.0...v2.1.0) --- .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 7e1aae5d..8cf1be5a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.25.2 + rev: v1.26.1 hooks: - id: zizmor # This should be before any formatting hooks like isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.15" + rev: "v0.15.20" hooks: - id: ruff args: ["--fix"] @@ -13,7 +13,7 @@ repos: # Define here once and then reference using YAML anchor exclude: &exclude_dirs ^sunkit_image/(data|extern)/ - repo: https://github.com/PyCQA/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort types: [python] @@ -46,13 +46,13 @@ repos: - id: mixed-line-ending types_or: [python, rst] - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.45.0 + rev: v1.48.0 hooks: - id: typos types_or: [python, rst] exclude: *exclude_dirs - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.20.0" + rev: "v2.1.0" hooks: - id: mypy additional_dependencies: ["types-setuptools"]