Skip to content

Commit 4effca1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-autopep8: v1.5.7 → v1.6.0](pre-commit/mirrors-autopep8@v1.5.7...v1.6.0) - [github.com/asottile/pyupgrade: v2.29.1 → v2.31.0](asottile/pyupgrade@v2.29.1...v2.31.0)
1 parent 8ab8518 commit 4effca1

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)