From 6ddfc6ef7bf2e5b5e40c203bcd528f5245a59bc0 Mon Sep 17 00:00:00 2001 From: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:51:33 +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 cc9e9679..09bf6a3a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,13 +29,13 @@ repos: args: [ "--create", "--python-folders", "tsml_eval" ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.8.1 hooks: - id: ruff args: [ "--fix"] - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.0 hooks: - id: pyupgrade args: [ "--py39-plus" ] @@ -63,7 +63,7 @@ repos: exclude: "tsml_eval/_wip/" - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.7 + rev: 1.9.1 hooks: - id: nbqa-isort additional_dependencies: [ isort ]