Skip to content

Commit 5f6a443

Browse files
authored
Fix options ordering
1 parent 68aa6e7 commit 5f6a443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@
174174
entry: end-of-file-fixer
175175
language: python
176176
types: [text]
177+
stages: [commit, push, manual]
177178
# for backward compatibility
178179
files: ''
179-
stages: [commit, push, manual]
180180
minimum_pre_commit_version: 0.15.0
181181
- id: file-contents-sorter
182182
name: File Contents Sorter

0 commit comments

Comments
 (0)