Skip to content

Commit 149752c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](asottile/pyupgrade@v3.2.0...v3.2.2) - [github.com/adamchainz/django-upgrade: 1.11.0 → 1.12.0](adamchainz/django-upgrade@1.11.0...1.12.0)
1 parent aed8430 commit 149752c

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
@@ -7,12 +7,12 @@ repos:
77
- id: trailing-whitespace
88
- id: mixed-line-ending
99
- repo: https://github.com/asottile/pyupgrade
10-
rev: v3.2.0
10+
rev: v3.2.2
1111
hooks:
1212
- id: pyupgrade
1313
args: [--py36-plus]
1414
- repo: https://github.com/adamchainz/django-upgrade
15-
rev: 1.11.0
15+
rev: 1.12.0
1616
hooks:
1717
- id: django-upgrade
1818
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)