From 90490413208c081431a16cd5e749386e4798bc75 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:15:05 +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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.1](https://github.com/kynan/nbstripout/compare/0.8.1...0.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.15.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.4...v0.15.4) - [github.com/facebook/pyrefly-pre-commit: 0.49.0 → 0.54.0](https://github.com/facebook/pyrefly-pre-commit/compare/0.49.0...0.54.0) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.25](https://github.com/abravalheri/validate-pyproject/compare/v0.23...v0.25) - [github.com/commitizen-tools/commitizen: v4.1.0 → v4.13.9](https://github.com/commitizen-tools/commitizen/compare/v4.1.0...v4.13.9) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0061f53..453216a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: # General hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files args: ["--maxkb=1000"] @@ -19,13 +19,13 @@ repos: # Jupyter Notebooks - strip output and metadata - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.9.1 hooks: - id: nbstripout # Ruff - linting and formatting - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.4 + rev: v0.15.4 hooks: - id: ruff args: ["--fix", "--exit-non-zero-on-fix"] @@ -41,7 +41,7 @@ repos: # Pyrefly - type checking - repo: https://github.com/facebook/pyrefly-pre-commit - rev: 0.49.0 + rev: 0.54.0 hooks: - id: pyrefly-check name: Pyrefly (type checking) @@ -50,13 +50,13 @@ repos: # Validate pyproject.toml - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.23 + rev: v0.25 hooks: - id: validate-pyproject # Commitizen - enforce commit message format - repo: https://github.com/commitizen-tools/commitizen - rev: v4.1.0 + rev: v4.13.9 hooks: - id: commitizen stages: [commit-msg]