Skip to content

Commit 4f61686

Browse files
committed
Update pre-commit hooks
1 parent 3c7cb6f commit 4f61686

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ repos:
1919
- id: django-upgrade
2020
args: [--target-version, "4.2"]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.14.3
22+
rev: v0.14.5
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.3.2
28+
rev: v2.3.5
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.0
34+
rev: v2.11.1
3535
hooks:
3636
- id: pyproject-fmt
3737
- repo: https://github.com/abravalheri/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.3.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ lint.extend-ignore = [
117117
"B905",
118118
# No line length errors
119119
"E501",
120-
# Actually not recommended anymore
121-
"UP038",
122120
]
123121
lint.per-file-ignores."*/migrat*/*" = [
124122
# Allow using PascalCase model names in migrations

0 commit comments

Comments
 (0)