Skip to content

Commit ec0a1d3

Browse files
committed
Ignore fewer Ty rules
1 parent 482935a commit ec0a1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install dependencies
100100
run: uv pip install -r pyproject.toml --group package --group test --group types
101101
- name: Type check with ty
102-
run: ty check --color=always
102+
run: ty check --color=always --python="$(which python)"
103103

104104
docs-lint:
105105
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)