Skip to content

Commit a9967df

Browse files
authored
Use pre-commit-uv for lint (#224)
2 parents 19f0693 + 9c3d6cc commit a9967df

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on: [push, pull_request, workflow_dispatch]
44

55
env:
66
FORCE_COLOR: 1
7-
PIP_DISABLE_PIP_VERSION_CHECK: 1
87

98
permissions:
109
contents: read
@@ -15,8 +14,4 @@ jobs:
1514

1615
steps:
1716
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v5
19-
with:
20-
python-version: "3.x"
21-
cache: pip
22-
- uses: pre-commit/action@v3.0.1
17+
- uses: hugovk/pre-commit-action-uv@v3.0.1

0 commit comments

Comments
 (0)