From 910c1440ed33ebdf8edee80d05751b8e8e56bab6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 19:41:12 +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: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/24.4.0...26.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/srstevenson/nb-clean: 3.2.0 → 4.0.1](https://github.com/srstevenson/nb-clean/compare/3.2.0...4.0.1) - [github.com/numpy/numpydoc: v1.7.0 → v1.10.0](https://github.com/numpy/numpydoc/compare/v1.7.0...v1.10.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 70ba3ef..841fb6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,8 +5,8 @@ ci: autoupdate_schedule: weekly repos: -- repo: https://github.com/psf/black - rev: 24.4.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 hooks: - id: black files: ^pyxc/|^tests/ @@ -16,7 +16,7 @@ repos: language_version: python3.11 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 # Use the ref you want to point at + rev: v6.0.0 # Use the ref you want to point at hooks: - id: trailing-whitespace files: ^pyxc/|^tests/ @@ -30,7 +30,7 @@ repos: files: ^tests/ - repo: https://github.com/srstevenson/nb-clean - rev: 3.2.0 + rev: 4.0.1 hooks: - id: nb-clean files: ^docs/source/notebooks/ @@ -38,7 +38,7 @@ repos: - --remove-empty-cells - repo: https://github.com/numpy/numpydoc - rev: v1.7.0 + rev: v1.10.0 hooks: - id: numpydoc-validation files: ^pyxc/