Skip to content

Commit

Permalink
Use pre-commit-uv for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 12, 2024
1 parent bb39067 commit dd2de28
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 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

permissions:
contents: read
Expand All @@ -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
Expand Down

0 comments on commit dd2de28

Please sign in to comment.