Skip to content

Commit 3b8bfd7

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 df25ab1 commit 3b8bfd7

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
@@ -18,7 +18,7 @@ repos:
1818
- id: flake8
1919
additional_dependencies: [flake8-typing-imports==1.7.0]
2020
- repo: https://github.com/pre-commit/mirrors-autopep8
21-
rev: v1.5.7
21+
rev: v1.6.0
2222
hooks:
2323
- id: autopep8
2424
- repo: https://github.com/asottile/reorder_python_imports
@@ -27,7 +27,7 @@ repos:
2727
- id: reorder-python-imports
2828
args: [--py3-plus]
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v2.29.1
30+
rev: v2.31.0
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py36-plus]

0 commit comments

Comments
 (0)