Skip to content

Commit bf3c361

Browse files
[pre-commit.ci] pre-commit autoupdate (#234)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/uv-pre-commit: 0.6.0 → 0.7.3](astral-sh/uv-pre-commit@0.6.0...0.7.3) - [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.9](astral-sh/ruff-pre-commit@v0.9.6...v0.11.9) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9305380 commit bf3c361

File tree

2 files changed

+243
-3
lines changed

2 files changed

+243
-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.7.3
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.9"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--unsafe-fixes"]

0 commit comments

Comments
 (0)