From bc814798ec5a5ddc0f526c14d23ed43bae1ceca4 Mon Sep 17 00:00:00 2001 From: astariul <43774355+astariul@users.noreply.github.com> Date: Tue, 23 Apr 2024 04:16:40 +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 94284c0..7682761 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.3.7 + rev: v0.4.1 hooks: - id: ruff args: [ --fix ]