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
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : v0.8.6
3
+ rev : v0.11.4
4
4
hooks :
5
5
- id : ruff
6
6
args : [--exit-non-zero-on-fix]
7
7
8
8
- repo : https://github.com/psf/black-pre-commit-mirror
9
- rev : 24.10 .0
9
+ rev : 25.1 .0
10
10
hooks :
11
11
- id : black
12
12
args : [--target-version=py311]
@@ -25,22 +25,22 @@ repos:
25
25
- id : trailing-whitespace
26
26
27
27
- repo : https://github.com/tox-dev/pyproject-fmt
28
- rev : v2.5.0
28
+ rev : v2.5.1
29
29
hooks :
30
30
- id : pyproject-fmt
31
31
32
32
- repo : https://github.com/abravalheri/validate-pyproject
33
- rev : v0.23
33
+ rev : v0.24.1
34
34
hooks :
35
35
- id : validate-pyproject
36
36
37
37
- repo : https://github.com/tox-dev/tox-ini-fmt
38
- rev : 1.4.1
38
+ rev : 1.5.0
39
39
hooks :
40
40
- id : tox-ini-fmt
41
41
42
42
- repo : https://github.com/rbubley/mirrors-prettier
43
- rev : v3.4.2
43
+ rev : v3.5.3
44
44
hooks :
45
45
- id : prettier
46
46
args : [--prose-wrap=always, --print-width=88]
You can’t perform that action at this time.
0 commit comments