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 52d909b commit f00c9e6Copy full SHA for f00c9e6
.pre-commit-config.yaml
@@ -9,13 +9,13 @@ repos:
9
args: ["--py310-plus"]
10
11
- repo: https://github.com/adamchainz/django-upgrade
12
- rev: 1.27.0
+ rev: 1.28.0
13
hooks:
14
- id: django-upgrade
15
args: ["--target-version", "4.0"]
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.12.12
+ rev: v0.13.2
19
20
- id: ruff
21
args: [--fix, --exit-non-zero-on-fix]
0 commit comments