Merge pull request #4269 from asottile/upgrade_hooks

Upgrade pre-commit hooks
This commit is contained in:
Anthony Sottile 2018-10-30 14:06:19 -07:00 committed by GitHub
commit 196a739f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,12 +24,12 @@ repos:
- id: flake8
language_version: python3
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.3.2
rev: v1.3.3
hooks:
- id: reorder-python-imports
args: ['--application-directories=.:src']
- repo: https://github.com/asottile/pyupgrade
rev: v1.8.0
rev: v1.10.0
hooks:
- id: pyupgrade
args: [--keep-percent-format]