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 a7caf50 commit 12d570fCopy full SHA for 12d570f
.pre-commit-config.yaml
@@ -8,13 +8,13 @@ repos:
8
- id: check-yaml
9
10
- repo: https://github.com/adamchainz/django-upgrade
11
- rev: 1.23.1
+ rev: 1.25.0
12
hooks:
13
- id: django-upgrade
14
args: [--target-version, "4.2"]
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.11.0
+ rev: v0.11.13
18
19
- id: ruff
20
args: [--fix]
@@ -65,6 +65,6 @@ repos:
65
args: [--autofix]
66
67
- repo: https://github.com/abravalheri/validate-pyproject
68
- rev: v0.24
+ rev: v0.24.1
69
70
- id: validate-pyproject
0 commit comments