Skip to content

Commit b3af54c

Browse files
committed
Update pre-commit hooks
1 parent a07b718 commit b3af54c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ repos:
1919
- id: django-upgrade
2020
args: [--target-version, "3.2"]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.14.8
22+
rev: v0.15.0
2323
hooks:
2424
- id: ruff
2525
args: [--unsafe-fixes]
2626
- id: ruff-format
2727
- repo: https://github.com/biomejs/pre-commit
28-
rev: v2.3.8
28+
rev: v2.3.14
2929
hooks:
3030
- id: biome-check
3131
args: [--unsafe]
3232
verbose: true
3333
- repo: https://github.com/tox-dev/pyproject-fmt
34-
rev: v2.11.1
34+
rev: v2.12.1
3535
hooks:
3636
- id: pyproject-fmt
3737
- repo: https://github.com/abravalheri/validate-pyproject
38-
rev: v0.24.1
38+
rev: v0.25
3939
hooks:
4040
- id: validate-pyproject

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.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
33
"assist": { "actions": { "source": { "organizeImports": "off" } } },
44
"formatter": {
55
"enabled": true,

content_editor/static/content_editor/content_editor.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ h3[draggable] {
105105
opacity: 1;
106106

107107
@starting-style {
108-
/* biome-ignore lint/suspicious/noDuplicateProperties: It's not a duplicate */
109108
height: 0;
110109
}
111110
}

0 commit comments

Comments
 (0)