From 9d3af53c5aa93f28b05c40dda384a793d6bf5279 Mon Sep 17 00:00:00 2001 From: astariul <43774355+astariul@users.noreply.github.com> Date: Tue, 23 Jul 2024 04:17:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20pre-commit=20hooks=20to?= =?UTF-8?q?=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 f111ffe..7f429b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.2 + rev: v0.5.4 hooks: - id: ruff args: [ --fix ]