Skip to content

Commit 2479e09

Browse files
authored
Fix stage names in auto-update
1 parent 8a962ed commit 2479e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ repos:
99
types: [yaml]
1010
- id: end-of-file-fixer
1111
types: [text]
12-
stages: [Nonepre-commitNone, Nonepre-pushNone, manual]
12+
stages: [pre-commit, pre-push, manual]
1313
- id: trailing-whitespace
1414
types: [text]
15-
stages: [Nonepre-commitNone, Nonepre-pushNone, manual]
15+
stages: [pre-commit, pre-push, manual]
1616
- repo: https://github.com/PyCQA/isort
1717
rev: 5.13.2
1818
hooks:

0 commit comments

Comments
 (0)