Skip to content

Commit 91072ba

Browse files
committed
Run django-upgrade with --target-version=5.2
1 parent 0338231 commit 91072ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: 1.29.1
44
hooks:
55
- id: django-upgrade
6-
args: [--target-version=4.2]
6+
args: [--target-version=5.2]
77

88
- repo: https://github.com/pre-commit/pre-commit-hooks
99
rev: v6.0.0
@@ -15,13 +15,13 @@ repos:
1515
- id: debug-statements
1616

1717
- repo: https://github.com/python-jsonschema/check-jsonschema
18-
rev: 0.34.0
18+
rev: 0.36.1
1919
hooks:
2020
- id: check-dependabot
2121
- id: check-github-workflows
2222

2323
- repo: https://github.com/rhysd/actionlint
24-
rev: v1.7.7
24+
rev: v1.7.10
2525
hooks:
2626
- id: actionlint
2727

0 commit comments

Comments
 (0)