Skip to content

Commit e86a2c5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.25.0 → 1.27.0](adamchainz/django-upgrade@1.25.0...1.27.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.12.12](astral-sh/ruff-pre-commit@v0.12.10...v0.12.12) - [github.com/biomejs/pre-commit: v2.2.2 → v2.2.3](biomejs/pre-commit@v2.2.2...v2.2.3)
1 parent 4203e25 commit e86a2c5

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
@@ -14,18 +14,18 @@ repos:
1414
- id: mixed-line-ending
1515
- id: trailing-whitespace
1616
- repo: https://github.com/adamchainz/django-upgrade
17-
rev: 1.25.0
17+
rev: 1.27.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.12.10"
22+
rev: "v0.12.12"
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.2"
28+
rev: "v2.2.3"
2929
hooks:
3030
- id: biome-check
3131
args: [--unsafe]

0 commit comments

Comments
 (0)