diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1d7c867a..2a663926 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,6 @@ on: [push, pull_request, workflow_dispatch] env: FORCE_COLOR: 1 - PIP_DISABLE_PIP_VERSION_CHECK: 1 permissions: contents: read @@ -15,11 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: "3.x" - cache: pip - - uses: pre-commit/action@v3.0.1 + - uses: hugovk/pre-commit-action-uv@v3.0.1 mypy: runs-on: ubuntu-latest