Move FalconSocial pre-commit-python-sorter to offical pre-commit repo, thanks @Dinoshauer @teeberg @amureki @jeffshek @Tenzer @asottile

This commit is contained in:
Benjamin Bach 2018-01-15 15:03:28 +01:00
parent 0ddb3b8527
commit 2ca5460c30
6 changed files with 130 additions and 0 deletions

View file

@ -247,6 +247,13 @@
entry: requirements-txt-fixer
language: python
files: requirements.*\.txt$
- id: python-import-sorter
name: Sort python imports
description: This hook sorts python imports.
entry: python-import-sorter
language: python
files: \.py$
minimum_pre_commit_version: 0.15.0
- id: sort-simple-yaml
name: Sort simple YAML files
language: python