Skip to content

Commit 37e3f1f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.24.0 → 1.25.0](adamchainz/django-upgrade@1.24.0...1.25.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent 93b6011 commit 37e3f1f

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,12 +1,12 @@
11
repos:
22
- repo: https://github.com/adamchainz/django-upgrade
3-
rev: 1.24.0
3+
rev: 1.25.0
44
hooks:
55
- id: django-upgrade
66
args: [--target-version, "4.2"]
77

88
- repo: https://github.com/asottile/pyupgrade
9-
rev: v3.19.1
9+
rev: v3.20.0
1010
hooks:
1111
- id: pyupgrade
1212
args: [--py39-plus]

0 commit comments

Comments
 (0)