From 89d7fa06cdc44515a91bf3c80b46713494d3a8af Mon Sep 17 00:00:00 2001 From: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:52:41 +0000 Subject: [PATCH] Automated `pre-commit` hook update --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5861e05..003c040 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,13 +26,13 @@ repos: args: [ "--create", "--python-folders", "tsml" ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.1 + rev: v0.14.7 hooks: - id: ruff args: [ "--fix" ] - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.2 hooks: - id: pyupgrade args: [ "--py310-plus" ] @@ -52,7 +52,7 @@ repos: args: [ "--max-line-length=88", "--extend-ignore=E203" ] - repo: https://github.com/psf/black - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black language_version: python3