Skip to content

Commit 6dd978d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.1.0](asottile/reorder-python-imports@v3.0.1...v3.1.0) - [github.com/asottile/pyupgrade: v2.32.0 → v2.32.1](asottile/pyupgrade@v2.32.0...v2.32.1)
1 parent 01904ef commit 6dd978d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ repos:
2727
hooks:
2828
- id: autopep8
2929
- repo: https://github.com/asottile/reorder_python_imports
30-
rev: v3.0.1
30+
rev: v3.1.0
3131
hooks:
3232
- id: reorder-python-imports
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.32.0
34+
rev: v2.32.1
3535
hooks:
3636
- id: pyupgrade
3737
args: ['--py36-plus']

0 commit comments

Comments
 (0)