Skip to content

Commit c3dca9a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.29.0 → 1.29.1](adamchainz/django-upgrade@1.29.0...1.29.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.5](astral-sh/ruff-pre-commit@v0.14.1...v0.14.5) - [github.com/biomejs/pre-commit: v2.2.7 → v2.3.5](biomejs/pre-commit@v2.2.7...v2.3.5) - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1)
1 parent 4fd8c74 commit c3dca9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ repos:
1414
- id: mixed-line-ending
1515
- id: trailing-whitespace
1616
- repo: https://github.com/adamchainz/django-upgrade
17-
rev: 1.29.0
17+
rev: 1.29.1
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.1
22+
rev: v0.14.5
2323
hooks:
2424
- id: ruff
2525
args: [--unsafe-fixes]
2626
- id: ruff-format
2727
- repo: https://github.com/biomejs/pre-commit
28-
rev: v2.2.7
28+
rev: v2.3.5
2929
hooks:
3030
- id: biome-check
3131
args: [--unsafe]
3232
- repo: https://github.com/tox-dev/pyproject-fmt
33-
rev: v2.11.0
33+
rev: v2.11.1
3434
hooks:
3535
- id: pyproject-fmt
3636
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)