From 02fbf2fd39a6a9c31dcdb8b45948aa1259862280 Mon Sep 17 00:00:00 2001 From: astariul <43774355+astariul@users.noreply.github.com> Date: Tue, 14 May 2024 04:16:11 +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 cd84ca9..bc95bd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.3 + rev: v0.4.4 hooks: - id: ruff args: [ --fix ]