Merge branch 'master' of https://github.com/pre-commit/pre-commit-hooks into bobby-pull-from-master

This commit is contained in:
Bobby Rullo 2018-06-13 13:00:20 -07:00
commit 110790d320
81 changed files with 2170 additions and 677 deletions

View file

@ -1,5 +1,7 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: v0.7.0
sha: master
rev: v1.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@ -13,12 +15,19 @@
- id: requirements-txt-fixer
- id: flake8
- repo: https://github.com/pre-commit/pre-commit
sha: v0.12.2
rev: v1.7.0
hooks:
- id: validate_config
- id: validate_manifest
- repo: https://github.com/asottile/reorder_python_imports
sha: v0.3.1
rev: v1.0.1
hooks:
- id: reorder-python-imports
language_version: python2.7
- repo: https://github.com/asottile/pyupgrade
rev: v1.2.0
hooks:
- id: pyupgrade
- repo: https://github.com/asottile/add-trailing-comma
rev: v0.6.4
hooks:
- id: add-trailing-comma