Skip to content

Commit e19a7ba

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.10](astral-sh/ruff-pre-commit@v0.15.7...v0.15.10) - [github.com/biomejs/pre-commit: v2.4.8 → v2.4.11](biomejs/pre-commit@v2.4.8...v2.4.11) - [github.com/tox-dev/pyproject-fmt: v2.20.0 → v2.21.1](tox-dev/pyproject-fmt@v2.20.0...v2.21.1)
1 parent 0b5cd32 commit e19a7ba

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.7"
22+
rev: "v0.15.10"
2323
hooks:
2424
- id: ruff
2525
- id: ruff-format
2626
- repo: https://github.com/biomejs/pre-commit
27-
rev: "v2.4.8"
27+
rev: "v2.4.11"
2828
hooks:
2929
- id: biome-check
3030
args: [--unsafe]
3131
verbose: true
3232
- repo: https://github.com/tox-dev/pyproject-fmt
33-
rev: v2.20.0
33+
rev: v2.21.1
3434
hooks:
3535
- id: pyproject-fmt
3636
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)