From 58d8536cde4001a13d66189ea2d205c398fa4a4a Mon Sep 17 00:00:00 2001 From: MEHRSHAD MIRSHEKARY Date: Wed, 15 Jan 2025 13:03:11 +0330 Subject: [PATCH] :zap: Update (pre-commit) config.yaml stages in pytest hook --- .pre-commit-config-ci.yaml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config-ci.yaml b/.pre-commit-config-ci.yaml index a45906b..a7511a2 100644 --- a/.pre-commit-config-ci.yaml +++ b/.pre-commit-config-ci.yaml @@ -90,6 +90,6 @@ repos: entry: poetry run pytest -v language: system types: [ python ] - stages: [ commit ] + stages: [ pre-commit ] pass_filenames: false always_run: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e327a74..953db9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -90,7 +90,7 @@ repos: entry: poetry run pytest -v language: system types: [ python ] - stages: [ commit ] + stages: [ pre-commit ] pass_filenames: false always_run: true