We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a5ef1 commit 2cd18a7Copy full SHA for 2cd18a7
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
python-version-file: ".python-version"
43
44
- name: Install project
45
- run: uv sync --locked --all-extras --group lint
+ run: uv sync --locked --all-extras --dev
46
47
- name: Run lint
48
run: uv run ruff check
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
- run: uv sync --locked --all-extras --group types
69
70
- name: Run types
71
run: uv run mypy src/ test/
0 commit comments