Skip to content

Commit 3f125b7

Browse files
Bump astral-sh/setup-uv from 6 to 7 (#309)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8a22e28 commit 3f125b7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: git config --global user.name 'Github Actions'
1616
- run: git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
1717
- name: Install the latest version of uv
18-
uses: astral-sh/setup-uv@v6
18+
uses: astral-sh/setup-uv@v7
1919
with:
2020
version: "latest"
2121
- run: >-

.pre-commit-hooks.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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"

0 commit comments

Comments
 (0)