From 7c27a9cc3011a7dcd87e7d9242625811a6961949 Mon Sep 17 00:00:00 2001 From: larsevj Date: Fri, 31 Jan 2025 13:20:56 +0100 Subject: [PATCH] Upgrade pre-commit, ruff 0.9.3 -> 0.9.4 --- .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 2843d8c61cc..53789494309 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: exclude: test-data/ert/eclipse/parse/ERROR.PRT # exact format is needed for testing - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.3 + rev: v0.9.4 hooks: - id: ruff args: [ --fix ]