From f10782507635a21b9dd79626acbd38c2826edf72 Mon Sep 17 00:00:00 2001 From: volpatto <5941226+volpatto@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:37:11 +0000 Subject: [PATCH] GHA: update pre-commit hooks --- .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 e169d49..83c1954 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -12,7 +12,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.12.0 + rev: v0.15.1 hooks: # Run the linter. - id: ruff @@ -21,7 +21,7 @@ repos: - id: ruff-format - repo: https://github.com/asottile/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs @@ -41,7 +41,7 @@ repos: - -- - repo: https://github.com/mwouts/jupytext - rev: v1.17.2 + rev: v1.19.1 hooks: - id: jupytext # Only runs on notebooks/supported ipynb files