From d3275e7f7d055bd5a92362118c40c9389bd0cc5f Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 5 Nov 2024 07:10:10 +0100 Subject: [PATCH] refactor: replace deprecated commit stages --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd86ebe..05f04ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,20 +5,20 @@ repos: rev: "22.3.0" hooks: - id: black - stages: [commit] + stages: [pre-commit] - repo: "https://github.com/pre-commit/mirrors-prettier" rev: "v2.7.1" hooks: - id: prettier - stages: [commit] + stages: [pre-commit] exclude: test_build\/.+\.html$ - repo: https://github.com/charliermarsh/ruff-pre-commit rev: "v0.0.215" hooks: - id: ruff - stages: [commit] + stages: [pre-commit] - repo: "https://github.com/commitizen-tools/commitizen" rev: "v2.18.0"