mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 13:24:18 +00:00
Fix options ordering
This commit is contained in:
parent
68aa6e77e1
commit
5f6a443de2
1 changed files with 1 additions and 1 deletions
|
|
@ -174,9 +174,9 @@
|
||||||
entry: end-of-file-fixer
|
entry: end-of-file-fixer
|
||||||
language: python
|
language: python
|
||||||
types: [text]
|
types: [text]
|
||||||
|
stages: [commit, push, manual]
|
||||||
# for backward compatibility
|
# for backward compatibility
|
||||||
files: ''
|
files: ''
|
||||||
stages: [commit, push, manual]
|
|
||||||
minimum_pre_commit_version: 0.15.0
|
minimum_pre_commit_version: 0.15.0
|
||||||
- id: file-contents-sorter
|
- id: file-contents-sorter
|
||||||
name: File Contents Sorter
|
name: File Contents Sorter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue