Skip to content

Commit 2eca4f7

Browse files
[pre-commit.ci] pre-commit autoupdate (#2126)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/adamchainz/djade-pre-commit: 1.3.2 → 1.4.0](adamchainz/djade-pre-commit@1.3.2...1.4.0) - [github.com/biomejs/pre-commit: v1.9.4 → v2.0.0-beta.1](biomejs/pre-commit@v1.9.4...v2.0.0-beta.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.6](astral-sh/ruff-pre-commit@v0.11.4...v0.11.6) * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Matthias Kestenholz <[email protected]>
1 parent 347c9e1 commit 2eca4f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: django-upgrade
2020
args: [--target-version, "4.2"]
2121
- repo: https://github.com/adamchainz/djade-pre-commit
22-
rev: "1.3.2"
22+
rev: "1.4.0"
2323
hooks:
2424
- id: djade
2525
args: [--target-version, "4.2"]
@@ -34,7 +34,7 @@ repos:
3434
- id: biome-check
3535
verbose: true
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: 'v0.11.4'
37+
rev: 'v0.11.6'
3838
hooks:
3939
- id: ruff
4040
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)