Skip to content

Commit fbbd570

Browse files
dependabot[bot]enystopenhands-agent
authored
Bump the version-all group with 2 updates (#535)
Co-authored-by: enyst <engel.nyst@gmail.com> Co-authored-by: openhands <openhands@all-hands.dev>
1 parent f1ea269 commit fbbd570

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/precommit.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
uses: astral-sh/setup-uv@v7
2626

2727
- name: Install dependencies
28-
run: uv sync --frozen
28+
run: uv sync --frozen --group dev
2929

3030
- name: Run pre-commit (all files)
31-
uses: pre-commit/action@v3.0.1
32-
with:
33-
extra_args: --all-files
31+
run: uv run pre-commit run --all-files

0 commit comments

Comments
 (0)