From 60d03a6e5c4529e4d80382d1380b6b008a3325f2 Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 03:56:27 +0000 Subject: [PATCH] chore(deps): update dependency pre-commit to v4.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad74e06..9d34bb4 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ clean: # Install standalone tools prerequisites: - pipx install --force pre-commit==4.1.0 + pipx install --force pre-commit==4.2.0 pipx install --force watchfiles==1.0.4 ########################################################################################