Skip to content

Commit 5de31bf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.11.0 → v3.12.0](asottile/reorder-python-imports@v3.11.0...v3.12.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.14.0](asottile/pyupgrade@v3.13.0...v3.14.0)
1 parent 5fae8f5 commit 5de31bf

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
@@ -25,12 +25,12 @@ repos:
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/reorder-python-imports
28-
rev: v3.11.0
28+
rev: v3.12.0
2929
hooks:
3030
- id: reorder-python-imports
3131
args: [--py37-plus]
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.13.0
33+
rev: v3.14.0
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py37-plus]

0 commit comments

Comments
 (0)