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 62830ba commit 5ba8385Copy full SHA for 5ba8385
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
python-version: ${{ matrix.python-version }}
53
- name: Install dependencies
54
run: |
55
- uv sync --locked --all-extras --group dev
+ uv sync --locked --group dev
56
${{ matrix.value.extra-install }}
57
- name: Test linter assertions
58
run: uv run --frozen check_linter_assertions.py tests/typechecked
0 commit comments