File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
exclude : " .yarn/|yarn.lock|\\ .min\\ .(css|js)$"
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v5 .0.0
4
+ rev : v6 .0.0
5
5
hooks :
6
6
- id : check-added-large-files
7
7
- id : check-builtin-literals
@@ -14,27 +14,27 @@ repos:
14
14
- id : mixed-line-ending
15
15
- id : trailing-whitespace
16
16
- repo : https://github.com/adamchainz/django-upgrade
17
- rev : 1.22.2
17
+ rev : 1.27.0
18
18
hooks :
19
19
- id : django-upgrade
20
20
args : [--target-version, "3.2"]
21
21
- repo : https://github.com/astral-sh/ruff-pre-commit
22
- rev : " v0.9.2 "
22
+ rev : " v0.12.12 "
23
23
hooks :
24
24
- id : ruff
25
25
args : [--unsafe-fixes]
26
26
- id : ruff-format
27
27
- repo : https://github.com/biomejs/pre-commit
28
- rev : " v0.6.1 "
28
+ rev : " v2.2.3 "
29
29
hooks :
30
30
- id : biome-check
31
31
additional_dependencies :
["@biomejs/[email protected] "]
32
32
args : [--unsafe]
33
33
- repo : https://github.com/tox-dev/pyproject-fmt
34
- rev : v2.5 .0
34
+ rev : v2.6 .0
35
35
hooks :
36
36
- id : pyproject-fmt
37
37
- repo : https://github.com/abravalheri/validate-pyproject
38
- rev : v0.23
38
+ rev : v0.24.1
39
39
hooks :
40
40
- id : validate-pyproject
You can’t perform that action at this time.
0 commit comments