Skip to content

Commit e7158ce

Browse files
committed
pre-commit autoupdate
1 parent de9e7a0 commit e7158ce

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

pre_commit_hooks/check_symlinks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from __future__ import unicode_literals
44

55
import argparse
6-
import os
76
import os.path
87

98

0 commit comments

Comments
 (0)