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 636c6d7 commit 26f5231Copy full SHA for 26f5231
.github/workflows/test.yml
@@ -46,6 +46,7 @@ jobs:
46
- name: run flake8
47
run: flake8
48
- name: run ty
49
+ if: matrix.os != 'windows-latest'
50
run: |
51
pip install uv
52
uv run ty check sqlite_utils
0 commit comments