Fix options ordering

This commit is contained in:
Iulian Onofrei 2018-09-27 21:09:33 +03:00 committed by GitHub
parent 68aa6e77e1
commit 5f6a443de2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,9 +174,9 @@
entry: end-of-file-fixer
language: python
types: [text]
stages: [commit, push, manual]
# for backward compatibility
files: ''
stages: [commit, push, manual]
minimum_pre_commit_version: 0.15.0
- id: file-contents-sorter
name: File Contents Sorter