Skip to content

Commit acf8575

Browse files
committed
ci(pre-commit): Remove unnecessary stages in local hooks
1 parent e808ecc commit acf8575

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ repos:
7171
description: "Check if version is consistent in all source files"
7272
entry: .pre-commit/version_check.py
7373
pass_filenames: false
74-
stages:
75-
- pre-commit
76-
- manual
7774
language: python
7875
files: ^(\.pre-commit/version_check\.py|setup\.py|sphinx_multiversion/__init__\.py|docs/conf\.py|docs/changelog\.rst)$
7976
additional_dependencies:
@@ -86,8 +83,5 @@ repos:
8683
language: python
8784
types:
8885
- python
89-
stages:
90-
- pre-commit
91-
- manual
9286
additional_dependencies:
9387
- sphinx

0 commit comments

Comments
 (0)