From 56bb98268f79aa18ef9e3d8541b6021b147fada1 Mon Sep 17 00:00:00 2001 From: Adriano Caloiaro Date: Thu, 10 Oct 2024 10:50:06 -0700 Subject: [PATCH] feat: migrate from 'commit' stage name to 'pre-commit' - This is done because pre-commit 4 adds a deprecation notice about the 'commit' stage name --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index ea70b45..57f4dff 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -5,4 +5,4 @@ entry: ess always_run: true pass_filenames: false - stages: [commit] + stages: [pre-commit]