From 567682d9fde7ef84185785919dd57815321ccb82 Mon Sep 17 00:00:00 2001 From: "aeon-actions-bot[bot]" <148872591+aeon-actions-bot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:21:55 +0000 Subject: [PATCH] Automated `pre-commit` hook update (#2430) Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com> --- .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 e0b77fdf1f..330eb67804 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.8.1 + rev: v0.8.2 hooks: - id: ruff args: [ "--fix"]