Upgrade pre-commit hooks

This commit is contained in:
Anthony Sottile 2018-10-30 11:02:44 -07:00
parent 46ec0ec43a
commit b17e6cea21
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]