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 Dec 7, 2024
1 parent 6383064 commit 37971ed
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 @@ -4,7 +4,6 @@ on: [push, pull_request, workflow_dispatch]

env:
FORCE_COLOR: 1
PIP_DISABLE_PIP_VERSION_CHECK: 1

jobs:
lint:
Expand All @@ -17,8 +16,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: pip
- uses: pre-commit/[email protected]
- uses: tox-dev/action-pre-commit-uv@v1

mypy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 37971ed

Please sign in to comment.