Skip to content

Commit 4b52617

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.21.2 → v2.23.1](asottile/pyupgrade@v2.21.2...v2.23.1) - [github.com/asottile/reorder_python_imports: v2.5.0 → v2.6.0](asottile/reorder-python-imports@v2.5.0...v2.6.0)
1 parent 2a6bfbf commit 4b52617

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
@@ -30,12 +30,12 @@ repos:
3030
- id: rst-inline-touching-normal
3131
- id: text-unicode-replacement-char
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v2.21.2
33+
rev: v2.23.1
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py36-plus]
3737
- repo: https://github.com/asottile/reorder_python_imports
38-
rev: v2.5.0
38+
rev: v2.6.0
3939
hooks:
4040
- id: reorder-python-imports
4141
- repo: https://github.com/asottile/setup-cfg-fmt

0 commit comments

Comments
 (0)