We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b3784 commit 0420c25Copy full SHA for 0420c25
.github/workflows/lint.yml
@@ -99,7 +99,7 @@ jobs:
99
- name: Install dependencies
100
run: uv pip install -r pyproject.toml --group package --group test --group types
101
- name: Type check with ty
102
- run: ty check --color=always --python="$(which python)"
+ run: ty check --color=always --python=python
103
104
docs-lint:
105
runs-on: ubuntu-latest
0 commit comments