diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d0028c9efb6b274b7f9d0c084343cb37307fb0b..db33ac4e2948174dbe1e65bf632afb7dda342403 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]