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 5e471fc commit 523e83eCopy full SHA for 523e83e
.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.24.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.4
18
19
- id: ruff
20
args: [--fix]
@@ -35,6 +35,6 @@ repos:
35
args: [--autofix]
36
37
- repo: https://github.com/abravalheri/validate-pyproject
38
- rev: v0.24
+ rev: v0.24.1
39
40
- id: validate-pyproject
0 commit comments