We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0009ee commit 0ac0fbcCopy full SHA for 0ac0fbc
1 file changed
src/usethis/_backend/uv/call.py
@@ -44,7 +44,7 @@ def call_uv_subprocess(args: list[str], change_toml: bool) -> str:
44
prepare_pyproject_write()
45
46
if usethis_config.frozen and args[0] in {
47
- # Note, not "lock", for which the --frozen flags has quite a different effect
+ # Note, not "lock", for which the --frozen flag has quite a different effect
48
"add",
49
"remove",
50
"sync",
0 commit comments