Skip to content

Commit 975377f

Browse files
[pre-commit.ci] pre-commit autoupdate (#47)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.13](astral-sh/ruff-pre-commit@v0.15.5...v0.15.13) - [github.com/biomejs/pre-commit: v2.4.6 → v2.4.15](biomejs/pre-commit@v2.4.6...v2.4.15) - [github.com/tox-dev/pyproject-fmt: v2.16.2 → v2.21.2](tox-dev/pyproject-fmt@v2.16.2...v2.21.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b9225d6 commit 975377f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ 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.5
22+
rev: v0.15.13
2323
hooks:
2424
- id: ruff
2525
args: [--unsafe-fixes]
2626
- id: ruff-format
2727
- repo: https://github.com/biomejs/pre-commit
28-
rev: v2.4.6
28+
rev: v2.4.15
2929
hooks:
3030
- id: biome-check
3131
args: [--unsafe]
3232
- repo: https://github.com/tox-dev/pyproject-fmt
33-
rev: v2.16.2
33+
rev: v2.21.2
3434
hooks:
3535
- id: pyproject-fmt
3636
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)