From bd164878a0afc715b1507eecf23b78bbe4e5b8aa Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 25 Feb 2023 19:14:17 +0100 Subject: [PATCH] pre-commit: bump pre-commit-hooks to v4.4.0 --- .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 a5e229d..91830e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ fail_fast: false repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.4.0 hooks: - id: check-merge-conflict - repo: meta