File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
- name : Install uv
19
19
uses : astral-sh/setup-uv@v3
20
20
with :
21
- version : " 0.5 .x"
21
+ version : " 0.6 .x"
22
22
enable-cache : true
23
23
cache-dependency-glob : " uv.lock"
24
24
47
47
- name : Install uv
48
48
uses : astral-sh/setup-uv@v3
49
49
with :
50
- version : " 0.5 .x"
50
+ version : " 0.6 .x"
51
51
enable-cache : true
52
52
cache-dependency-glob : " uv.lock"
53
53
Original file line number Diff line number Diff line change 21
21
- name : Install uv
22
22
uses : astral-sh/setup-uv@v3
23
23
with :
24
- version : " 0.5 .x"
24
+ version : " 0.6 .x"
25
25
enable-cache : true
26
26
cache-dependency-glob : " uv.lock"
27
27
Original file line number Diff line number Diff line change 1
1
ci :
2
- autoupdate_schedule : monthly
2
+ autoupdate_schedule : quarterly
3
3
4
4
repos :
5
5
- repo : https://github.com/psf/black
6
6
rev : 25.1.0
7
7
hooks :
8
8
- id : black
9
9
- repo : https://github.com/pycqa/isort
10
- rev : 6.0.0
10
+ rev : 6.0.1
11
11
hooks :
12
12
- id : isort
13
13
name : isort
14
14
- repo : https://github.com/pycqa/flake8
15
- rev : 7.1.1
15
+ rev : 7.1.2
16
16
hooks :
17
17
- id : flake8
18
18
additional_dependencies :
35
35
- id : python-check-blanket-type-ignore
36
36
- id : python-use-type-annotations
37
37
- repo : https://github.com/astral-sh/ruff-pre-commit
38
- rev : v0.9.4
38
+ rev : v0.9.9
39
39
hooks :
40
40
- id : ruff
You can’t perform that action at this time.
0 commit comments