Skip to content

Commit 8686126

Browse files
committed
Update pre-commit hooks
1 parent 8bfa330 commit 8686126

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ repos:
1414
- id: mixed-line-ending
1515
- id: trailing-whitespace
1616
- repo: https://github.com/adamchainz/django-upgrade
17-
rev: 1.27.0
17+
rev: 1.28.0
1818
hooks:
1919
- id: django-upgrade
2020
args: [--target-version, "4.2"]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.12.11"
22+
rev: "v0.12.12"
2323
hooks:
2424
- id: ruff-check
2525
args: [--unsafe-fixes]
2626
- id: ruff-format
2727
- repo: https://github.com/biomejs/pre-commit
28-
rev: "v2.2.2"
28+
rev: "v2.2.3"
2929
hooks:
3030
- id: biome-check
3131
args: [--unsafe]

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

0 commit comments

Comments
 (0)