We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a079604 commit dd9e79aCopy full SHA for dd9e79a
.github/workflows/main.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Set up Python
38
run: uv python install
39
- name: install mypy
40
- run: uv sync --dev
+ run: uv sync
41
- name: pre-commit
42
run: uv run pre-commit run --all-files
43
- name: Minimize uv cache
0 commit comments