We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0338231 commit 91072baCopy full SHA for 91072ba
1 file changed
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ repos:
3
rev: 1.29.1
4
hooks:
5
- id: django-upgrade
6
- args: [--target-version=4.2]
+ args: [--target-version=5.2]
7
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
rev: v6.0.0
@@ -15,13 +15,13 @@ repos:
15
- id: debug-statements
16
17
- repo: https://github.com/python-jsonschema/check-jsonschema
18
- rev: 0.34.0
+ rev: 0.36.1
19
20
- id: check-dependabot
21
- id: check-github-workflows
22
23
- repo: https://github.com/rhysd/actionlint
24
- rev: v1.7.7
+ rev: v1.7.10
25
26
- id: actionlint
27
0 commit comments