Skip to content

Commit e2cd302

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.21.2 → v2.23.3](asottile/pyupgrade@v2.21.2...v2.23.3) - [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 e2cd302

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.3
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)