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