We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfe43a commit 7eae2d4Copy full SHA for 7eae2d4
.pre-commit-config.yaml
@@ -14,18 +14,18 @@ repos:
14
- id: mixed-line-ending
15
- id: trailing-whitespace
16
- repo: https://github.com/adamchainz/django-upgrade
17
- rev: 1.25.0
+ rev: 1.28.0
18
hooks:
19
- id: django-upgrade
20
args: [--target-version, "3.2"]
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: "v0.12.8"
+ rev: "v0.13.0"
23
24
- id: ruff
25
args: [--unsafe-fixes]
26
- id: ruff-format
27
- repo: https://github.com/biomejs/pre-commit
28
- rev: "v2.1.4"
+ rev: "v2.2.4"
29
30
- id: biome-check
31
args: [--unsafe]
0 commit comments