From 7ff7a117228f56553908db23ab9c675e744b6776 Mon Sep 17 00:00:00 2001 From: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:52:34 +0000 Subject: [PATCH] Automated `pre-commit` hook update --- .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 fb40ba0..5861e05 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,19 +26,19 @@ repos: args: [ "--create", "--python-folders", "tsml" ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.14.1 hooks: - id: ruff args: [ "--fix" ] - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.0 hooks: - id: pyupgrade args: [ "--py310-plus" ] - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort name: isort (python) @@ -52,7 +52,7 @@ repos: args: [ "--max-line-length=88", "--extend-ignore=E203" ] - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 25.9.0 hooks: - id: black language_version: python3 @@ -71,7 +71,7 @@ repos: args: [ "--nbqa-dont-skip-bad-cells", "--extend-ignore=E402,E203", "--max-line-length=88" ] - repo: https://github.com/mgedmin/check-manifest - rev: "0.50" + rev: "0.51" hooks: - id: check-manifest stages: [ manual ]