Skip to content

Commit f288cba

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0)
1 parent 1c89f84 commit f288cba

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
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.15.2
3+
rev: v3.16.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py38-plus"]
77
- repo: https://github.com/asottile/reorder-python-imports
8-
rev: v3.12.0
8+
rev: v3.13.0
99
hooks:
1010
- id: reorder-python-imports
1111
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)