From fe1a54071c93cbf9c32e7617b5adcbcb2bbd543d Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Thu, 5 Dec 2024 14:58:12 +0000 Subject: [PATCH] MLBEDSW-10110: Migrate deprecated pre-commit stage names - Changed deprecated names to new versions of the same Change-Id: Ie1d187f830bdab28c5906a1ca99f3c7070386f67 Signed-off-by: Tim Hall --- .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 7d0028c9..db33ac4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright 2020-2024 Arm Limited and/or its affiliates +# SPDX-FileCopyrightText: Copyright 2020-2025 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 @@ -101,7 +101,7 @@ repos: hooks: - id: pytest name: pytest - stages: [commit] + stages: [pre-commit] language: system entry: pytest -s -v types: [python] @@ -110,7 +110,7 @@ repos: - id: pytest-cov name: pytest-cov - stages: [push] + stages: [pre-push] language: system entry: pytest -v --cov=ethosu --cov-fail-under=0 types: [python] -- GitLab