From bf6c6ffeac4b8e751b0fb6890b7d797d8071ba52 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 12 Nov 2024 16:09:54 +0100 Subject: [PATCH] update pre-commits --- .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 f8a40cd9..7f1c47c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.7.3 hooks: - id: ruff args: ["--fix", "--show-fixes"]