Skip to content

Commit

Permalink
Remove --locked flag because dependabot doesn't support uv.lock (depe…
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonyte authored Dec 3, 2024
1 parent b17fa93 commit 757dfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install dependencies
run: uv sync --locked --all-extras --group dev
run: uv sync --all-extras --group dev

- name: Run pre-commit hooks
uses: pre-commit/[email protected]

0 comments on commit 757dfc5

Please sign in to comment.