From da20144c0f5e0e17c809289ba3acc638e2e032fe Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Fri, 25 Oct 2024 17:24:38 +0100 Subject: [PATCH] Bump pre-commit hook for ruff to avoid clashes with pytest-ruff --- .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 8ec58e22..04870d16 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.6 + rev: v0.7.1 hooks: - id: ruff args: [--fix, --unsafe-fixes]