Skip to content

Commit 7ae6b6f

Browse files
committed
Update pre-commit hooks
1 parent 7657c29 commit 7ae6b6f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@ repos:
1414
- id: mixed-line-ending
1515
- id: trailing-whitespace
1616
- repo: https://github.com/adamchainz/django-upgrade
17-
rev: 1.28.0
17+
rev: 1.29.1
1818
hooks:
1919
- id: django-upgrade
2020
args: [--target-version, "3.2"]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.13.0"
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.2.4"
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.6.0
34+
rev: v2.15.2
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
33
"assist": { "actions": { "source": { "organizeImports": "off" } } },
44
"formatter": {
55
"enabled": true,
@@ -43,7 +43,7 @@
4343
"formatter": {
4444
"semicolons": "asNeeded"
4545
},
46-
"globals": ["django", "CKEDITOR"]
46+
"globals": ["Cookies", "django", "feincms", "CKEDITOR"]
4747
},
4848
"css": {
4949
"formatter": {

0 commit comments

Comments
 (0)