Skip to content

Commit 9adeebd

Browse files
committed
Update pre-commit hooks
1 parent 16c60e2 commit 9adeebd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ default_language_version:
33
python: python3.13
44
repos:
55
- repo: https://github.com/adamchainz/django-upgrade
6-
rev: 1.24.0
6+
rev: 1.29.1
77
hooks:
88
- id: django-upgrade
99
args: [--target-version, "5.2"]
1010

1111
- repo: https://github.com/ambv/black
12-
rev: 24.4.2
12+
rev: 25.12.0
1313
hooks:
1414
- id: black
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.11.7
17+
rev: v0.14.9
1818
hooks:
1919
- id: ruff
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.19.1
22+
rev: v3.21.2
2323
hooks:
2424
- id: pyupgrade
2525
args:

0 commit comments

Comments
 (0)