Skip to content

Commit 241d324

Browse files
[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)
1 parent 347c9e1 commit 241d324

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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"]
@@ -29,12 +29,12 @@ repos:
2929
- id: rst-backticks
3030
- id: rst-directive-colons
3131
- repo: https://github.com/biomejs/pre-commit
32-
rev: v1.9.4
32+
rev: v2.0.0-beta.1
3333
hooks:
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)