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.
pre-commit
1 parent 7b9f169 commit 8ad2dc1Copy full SHA for 8ad2dc1
.pre-commit-config.yaml
@@ -3,25 +3,25 @@
3
repos:
4
5
- repo: https://github.com/asottile/pyupgrade
6
- rev: v3.19.1
+ rev: v3.20.0
7
hooks:
8
- id: pyupgrade
9
args: ["--py310-plus"]
10
11
- repo: https://github.com/adamchainz/django-upgrade
12
- rev: 1.24.0
+ rev: 1.25.0
13
14
- id: django-upgrade
15
args: ["--target-version", "4.0"]
16
17
- repo: https://github.com/adamchainz/djade-pre-commit
18
- rev: "1.3.2"
+ rev: "1.4.0"
19
20
- id: djade
21
args: [--target-version, "4.1"]
22
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.11.2
+ rev: v0.11.13
25
26
- id: ruff
27
args: [--fix, --exit-non-zero-on-fix]
0 commit comments