Skip to content

Commit

Permalink
Replace pre-commit/action with faster tox-dev/action-pre-commit-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 16, 2024
1 parent 8b62317 commit 3b041cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: pip
cache-dependency-path: .github/workflows/lint.yml
- uses: pre-commit/[email protected]
- uses: tox-dev/action-pre-commit-uv@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
Expand Down

0 comments on commit 3b041cf

Please sign in to comment.