We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442ea57 commit 9a0d4edCopy full SHA for 9a0d4ed
1 file changed
tests/usethis/_core/test_core_tool.py
@@ -3340,7 +3340,7 @@ def test_pre_commit(
3340
assert out == (
3341
"✔ Adding hook 'uv-export' to '.pre-commit-config.yaml'.\n"
3342
"✔ Writing 'requirements.txt'.\n"
3343
- "☐ Run 'uv run pre-commit -a run uv-export' to write 'requirements.txt'.\n"
+ "☐ Run 'uv run pre-commit run -a uv-export' to write 'requirements.txt'.\n"
3344
)
3345
3346
def test_none_backend(
0 commit comments