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.
2 parents 12a1e7a + d1d94e9 commit a35d549Copy full SHA for a35d549
.github/workflows/e2e-external-phase-2.yml
@@ -101,7 +101,7 @@ jobs:
101
key: ${{ hashFiles('uv.lock') }}
102
103
- name: Install deps
104
- run: uv install --all-groups
+ run: uv sync --all-groups
105
106
- name: Run end-to-end tests
107
run: pytest tests/end_to_end
scripts/sync-pre-commit.py
@@ -42,6 +42,7 @@ def export_from_uv_lock(group_args):
42
"--no-header",
43
"--no-emit-project",
44
"--no-emit-workspace",
45
+ "--no-annotate",
46
]
47
packages = (
48
subprocess.check_output(
0 commit comments