File tree 2 files changed +11
-11
lines changed 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 15
15
- run : git config --global user.name 'Github Actions'
16
16
- run : git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
17
17
- name : Install the latest version of uv
18
- uses : astral-sh/setup-uv@v3
18
+ uses : astral-sh/setup-uv@v4
19
19
with :
20
20
version : " latest"
21
21
- run : >-
Original file line number Diff line number Diff line change 1
- - id : pyproject-fmt
2
- name : pyproject-fmt
3
- description : ' '
4
- entry : pyproject-fmt
5
- language : python
6
- ' files ' : (^|/)pyproject\.toml$
7
- args : []
8
- require_serial : false
9
- additional_dependencies : []
10
- minimum_pre_commit_version : ' 0 '
1
+ - id : pyproject-fmt
2
+ name : pyproject-fmt
3
+ description : " "
4
+ entry : pyproject-fmt
5
+ language : python
6
+ " files " : (^|/)pyproject\.toml$
7
+ args : []
8
+ require_serial : false
9
+ additional_dependencies : []
10
+ minimum_pre_commit_version : " 0 "
You can’t perform that action at this time.
0 commit comments