Skip to content

Commit 935e9c1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.29.1 → 1.30.0](adamchainz/django-upgrade@1.29.1...1.30.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.9...v0.15.4) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
1 parent b9f1b6d commit 935e9c1

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,12 +1,12 @@
11
repos:
22
- repo: https://github.com/adamchainz/django-upgrade
3-
rev: 1.29.1
3+
rev: 1.30.0
44
hooks:
55
- id: django-upgrade
66
args: [--target-version, "4.2"]
77

88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.14.9
9+
rev: v0.15.4
1010
hooks:
1111
- id: ruff-check
1212
- id: ruff-format
@@ -19,6 +19,6 @@ repos:
1919
- tomli
2020

2121
- repo: https://github.com/abravalheri/validate-pyproject
22-
rev: v0.24.1
22+
rev: v0.25
2323
hooks:
2424
- id: validate-pyproject

0 commit comments

Comments
 (0)