We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c13b5 commit 55fff4aCopy full SHA for 55fff4a
1 file changed
.github/workflows/lint.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v5
21
with:
22
- python-version: "3.10"
+ python-version: "3.11"
23
24
- name: Set up uv
25
uses: astral-sh/setup-uv@v2
@@ -41,15 +41,15 @@ jobs:
41
42
43
44
45
46
47
48
49
enable-cache: true
50
51
- name: Install dependencies
52
- run: uv pip install pre-commit ".[all]" ty --system
+ run: uv pip install pre-commit ".[all]" "ty==0.0.16" --system
53
54
- name: ty
55
run: ty check bofire --python $(which python)
0 commit comments