Skip to content

Commit 4ecb681

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.23.1 → 1.28.0](adamchainz/django-upgrade@1.23.1...1.28.0) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.13.1](astral-sh/ruff-pre-commit@v0.11.2...v0.13.1)
1 parent 417caf5 commit 4ecb681

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/adamchainz/django-upgrade
3-
rev: 1.23.1
3+
rev: 1.28.0
44
hooks:
55
- id: django-upgrade
66
args: [--target-version, "5.1"]
77

88
- repo: https://github.com/psf/black
9-
rev: 25.1.0
9+
rev: 25.9.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.11.2
14+
rev: v0.13.1
1515
hooks:
1616
- id: ruff

0 commit comments

Comments
 (0)