Skip to content

Commit e08eeea

Browse files
authored
Merge pull request #177 from asottile/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8ab8518 + 4effca1 commit e08eeea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: flake8
1717
additional_dependencies: [flake8-typing-imports==1.7.0]
1818
- repo: https://github.com/pre-commit/mirrors-autopep8
19-
rev: v1.5.7
19+
rev: v1.6.0
2020
hooks:
2121
- id: autopep8
2222
- repo: https://github.com/asottile/reorder_python_imports
@@ -25,7 +25,7 @@ repos:
2525
- id: reorder-python-imports
2626
args: [--py3-plus]
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.29.1
28+
rev: v2.31.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py36-plus]

0 commit comments

Comments
 (0)