Skip to content

Commit 189bf61

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.2](astral-sh/ruff-pre-commit@v0.15.0...v0.15.2) - [github.com/biomejs/pre-commit: v2.3.14 → v2.4.4](biomejs/pre-commit@v2.3.14...v2.4.4) - [github.com/tox-dev/pyproject-fmt: v2.15.2 → v2.16.2](tox-dev/pyproject-fmt@v2.15.2...v2.16.2)
1 parent 87a9f9b commit 189bf61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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, "3.2"]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.15.0"
22+
rev: "v0.15.2"
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.14"
28+
rev: "v2.4.4"
2929
hooks:
3030
- id: biome-check
3131
args: [--unsafe]
3232
verbose: true
3333
- repo: https://github.com/tox-dev/pyproject-fmt
34-
rev: v2.15.2
34+
rev: v2.16.2
3535
hooks:
3636
- id: pyproject-fmt
3737
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)