Skip to content

Commit 1c8e1b1

Browse files
committed
ci: use uv.lock for ruff version
1 parent 120b8c5 commit 1c8e1b1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/linter.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: Run Ruff Linter
2929
id: ruff-lint
3030
uses: astral-sh/ruff-action@v3
31+
with:
32+
version-file: "uv.lock"
3133
continue-on-error: true
3234

3335
- name: Run Ruff Formatter
@@ -36,6 +38,7 @@ jobs:
3638
continue-on-error: true
3739
with:
3840
args: "format --check"
41+
version-file: "uv.lock"
3942

4043
- name: Run MyPy Type Checker
4144
id: mypy

0 commit comments

Comments
 (0)