Run pre-commit autoupdate

This commit is contained in:
Daniel Gallagher 2018-06-08 22:13:45 -07:00
parent 0f3d786402
commit b5542d4426

View File

@ -1,6 +1,6 @@
repos: repos:
- repo: git://github.com/pre-commit/pre-commit-hooks - repo: git://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3 rev: v1.3.0
hooks: hooks:
- id: autopep8-wrapper - id: autopep8-wrapper
args: args:
@ -17,7 +17,7 @@ repos:
args: args:
- --autofix - --autofix
- repo: https://github.com/asottile/seed-isort-config - repo: https://github.com/asottile/seed-isort-config
rev: v1.0.0 rev: v1.0.1
hooks: hooks:
- id: seed-isort-config - id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort - repo: https://github.com/pre-commit/mirrors-isort