From cf0fdc3ae10cd244c8ae7a15318b65d792358338 Mon Sep 17 00:00:00 2001 From: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com> Date: Mon, 10 Mar 2025 00:47:28 +0000 Subject: [PATCH] Automated `pre-commit` hook update --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2c85b3b29..9f455ec641 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: args: [ "--create", "--python-folders", "aeon" ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.9 + rev: v0.9.10 hooks: - id: ruff args: [ "--fix"]