We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c60e2 commit 9adeebdCopy full SHA for 9adeebd
1 file changed
.pre-commit-config.yaml
@@ -3,23 +3,23 @@ default_language_version:
3
python: python3.13
4
repos:
5
- repo: https://github.com/adamchainz/django-upgrade
6
- rev: 1.24.0
+ rev: 1.29.1
7
hooks:
8
- id: django-upgrade
9
args: [--target-version, "5.2"]
10
11
- repo: https://github.com/ambv/black
12
- rev: 24.4.2
+ rev: 25.12.0
13
14
- id: black
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.11.7
+ rev: v0.14.9
18
19
- id: ruff
20
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.19.1
+ rev: v3.21.2
23
24
- id: pyupgrade
25
args:
0 commit comments