Skip to content

Commit f336264

Browse files
[pre-commit.ci] pre-commit autoupdate (#80)
updates: - [github.com/asottile/pyupgrade: v2.32.0 → v2.32.1](asottile/pyupgrade@v2.32.0...v2.32.1) - [github.com/adamchainz/django-upgrade: 1.5.0 → 1.6.1](adamchainz/django-upgrade@1.5.0...1.6.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ad8b9c8 commit f336264

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/asottile/pyupgrade
3-
rev: v2.32.0
3+
rev: v2.32.1
44
hooks:
55
- id: pyupgrade
66
args: ["--py37-plus"]
77

88
- repo: https://github.com/adamchainz/django-upgrade
9-
rev: '1.5.0'
9+
rev: '1.6.1'
1010
hooks:
1111
- id: django-upgrade
1212
args: [--target-version, "2.2"]

0 commit comments

Comments
 (0)