Skip to content

Commit f2f8c02

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.29.1 → 1.30.0](adamchainz/django-upgrade@1.29.1...1.30.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.6...v0.15.4) - [github.com/biomejs/pre-commit: v2.3.7 → v2.4.4](biomejs/pre-commit@v2.3.7...v2.4.4) - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.16.2](tox-dev/pyproject-fmt@v2.11.1...v2.16.2) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
1 parent 29d6f26 commit f2f8c02

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.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.29.1
17+
rev: 1.30.0
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.14.6
22+
rev: v0.15.4
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.7
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.11.1
34+
rev: v2.16.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

0 commit comments

Comments
 (0)