Skip to content

Commit 9af62b9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.6.0 → 0.6.14](astral-sh/uv-pre-commit@0.6.0...0.6.14) - [github.com/adamchainz/django-upgrade: 1.23.1 → 1.24.0](adamchainz/django-upgrade@1.23.1...1.24.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.5](astral-sh/ruff-pre-commit@v0.9.6...v0.11.5)
1 parent 4af0e95 commit 9af62b9

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
@@ -21,7 +21,7 @@ repos:
2121
- id: detect-private-key
2222

2323
- repo: https://github.com/astral-sh/uv-pre-commit
24-
rev: 0.6.0
24+
rev: 0.6.14
2525
hooks:
2626
- id: uv-export
2727
args: ["--group", "prod", "--no-dev", "--frozen", "--output-file=requirements.txt"]
@@ -39,13 +39,13 @@ repos:
3939
# - id: djlint-django
4040

4141
- repo: https://github.com/adamchainz/django-upgrade
42-
rev: "1.23.1"
42+
rev: "1.24.0"
4343
hooks:
4444
- id: django-upgrade
4545
args: ["--target-version", "4.2"]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.9.6"
48+
rev: "v0.11.5"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--unsafe-fixes"]

0 commit comments

Comments
 (0)