Migrate sha -> rev

This commit is contained in:
Anthony Sottile 2018-02-24 18:42:51 -08:00
parent 184e22e81f
commit 5651c66995
19 changed files with 215 additions and 107 deletions

View file

@ -13,16 +13,16 @@ repos:
- id: requirements-txt-fixer
- id: flake8
- repo: https://github.com/pre-commit/pre-commit.git
sha: v0.16.3
rev: v0.16.3
hooks:
- id: validate_manifest
- repo: https://github.com/asottile/reorder_python_imports.git
sha: v0.3.5
rev: v0.3.5
hooks:
- id: reorder-python-imports
language_version: python2.7
- repo: https://github.com/asottile/add-trailing-comma
sha: v0.6.4
rev: v0.6.4
hooks:
- id: add-trailing-comma
- repo: meta