Skip to content

Commit 8587971

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.15.0](asottile/reorder-python-imports@v3.14.0...v3.15.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent a694b61 commit 8587971

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
@@ -31,13 +31,13 @@ repos:
3131
language_version: python3
3232

3333
- repo: https://github.com/asottile/reorder-python-imports
34-
rev: v3.14.0
34+
rev: v3.15.0
3535
hooks:
3636
- id: reorder-python-imports
3737
args: [--py3-plus]
3838

3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.19.1
40+
rev: v3.20.0
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py37-plus]

0 commit comments

Comments
 (0)