We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120b8c5 commit 1c8e1b1Copy full SHA for 1c8e1b1
1 file changed
.github/workflows/linter.yaml
@@ -28,6 +28,8 @@ jobs:
28
- name: Run Ruff Linter
29
id: ruff-lint
30
uses: astral-sh/ruff-action@v3
31
+ with:
32
+ version-file: "uv.lock"
33
continue-on-error: true
34
35
- name: Run Ruff Formatter
@@ -36,6 +38,7 @@ jobs:
36
38
37
39
with:
40
args: "format --check"
41
42
43
- name: Run MyPy Type Checker
44
id: mypy
0 commit comments