Skip to content

Commit 16ea450

Browse files
committed
Update pre-commit hooks
1 parent 5f43cee commit 16ea450

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,17 @@ repos:
1919
- id: django-upgrade
2020
args: [--target-version, "3.2"]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.12.8"
22+
rev: "v0.12.10"
2323
hooks:
2424
- id: ruff
2525
args: [--unsafe-fixes]
2626
- id: ruff-format
2727
- repo: https://github.com/biomejs/pre-commit
28-
rev: "v2.1.4"
28+
rev: "v2.2.2"
2929
hooks:
3030
- id: biome-check
3131
args: [--unsafe]
32+
verbose: true
3233
- repo: https://github.com/tox-dev/pyproject-fmt
3334
rev: v2.6.0
3435
hooks:

biome.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
33
"assist": { "actions": { "source": { "organizeImports": "off" } } },
44
"formatter": {
55
"enabled": true,
@@ -13,6 +13,9 @@
1313
"a11y": {
1414
"noSvgWithoutTitle": "off"
1515
},
16+
"complexity": {
17+
"noImportantStyles": "off"
18+
},
1619
"correctness": {
1720
"noUndeclaredVariables": "error",
1821
"noUnusedImports": "error",

0 commit comments

Comments
 (0)