pre-commit autoupdate

This commit is contained in:
Anthony Sottile 2019-01-02 10:31:51 -08:00
parent de9e7a04b1
commit e7158ce14d
2 changed files with 5 additions and 6 deletions

View file

@ -13,23 +13,23 @@ repos:
- id: requirements-txt-fixer
- id: flake8
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.4
rev: v1.4.3
hooks:
- id: autopep8
- repo: https://github.com/pre-commit/pre-commit
rev: v1.7.0
rev: v1.13.0
hooks:
- id: validate_manifest
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.0.1
rev: v1.3.4
hooks:
- id: reorder-python-imports
language_version: python2.7
- repo: https://github.com/asottile/pyupgrade
rev: v1.2.0
rev: v1.11.0
hooks:
- id: pyupgrade
- repo: https://github.com/asottile/add-trailing-comma
rev: v0.6.4
rev: v0.7.1
hooks:
- id: add-trailing-comma

View file

@ -3,7 +3,6 @@ from __future__ import print_function
from __future__ import unicode_literals
import argparse
import os
import os.path