File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,23 @@ repos:
1313 - id : requirements-txt-fixer
1414 - id : flake8
1515- repo : https://github.com/pre-commit/mirrors-autopep8
16- rev : v1.4
16+ rev : v1.4.3
1717 hooks :
1818 - id : autopep8
1919- repo : https://github.com/pre-commit/pre-commit
20- rev : v1.7 .0
20+ rev : v1.13 .0
2121 hooks :
2222 - id : validate_manifest
2323- repo : https://github.com/asottile/reorder_python_imports
24- rev : v1.0.1
24+ rev : v1.3.4
2525 hooks :
2626 - id : reorder-python-imports
2727 language_version : python2.7
2828- repo : https://github.com/asottile/pyupgrade
29- rev : v1.2 .0
29+ rev : v1.11 .0
3030 hooks :
3131 - id : pyupgrade
3232- repo : https://github.com/asottile/add-trailing-comma
33- rev : v0.6.4
33+ rev : v0.7.1
3434 hooks :
3535 - id : add-trailing-comma
Original file line number Diff line number Diff line change 33from __future__ import unicode_literals
44
55import argparse
6- import os
76import os .path
87
98
You can’t perform that action at this time.
0 commit comments