From 4fa37999b6b9cc3053b8f9437bcdd220943ea3a3 Mon Sep 17 00:00:00 2001 From: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com> Date: Sat, 1 Mar 2025 01:29:08 +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 df76dd54..be77323d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: args: [ "--create", "--python-folders", "tsml_eval" ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.6 + rev: v0.9.9 hooks: - id: ruff args: [ "--fix"] @@ -41,7 +41,7 @@ repos: args: [ "--py39-plus" ] - repo: https://github.com/pycqa/isort - rev: 6.0.0 + rev: 6.0.1 hooks: - id: isort name: isort (python) @@ -49,7 +49,7 @@ repos: exclude: "tsml_eval/_wip/" - repo: https://github.com/pycqa/flake8 - rev: 7.1.1 + rev: 7.1.2 hooks: - id: flake8 additional_dependencies: [ flake8-bugbear, flake8-print, Flake8-pyproject ]