We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb97d3b commit d09c553Copy full SHA for d09c553
src/vcspull/types.py
@@ -82,7 +82,7 @@ class WorktreeConfigDict(TypedDict):
82
"""Lock the worktree to prevent accidental removal."""
83
84
lock_reason: NotRequired[str | None]
85
- """Reason for locking (requires lock=True)."""
+ """Reason for locking. If provided, implies lock=True."""
86
87
88
class RawConfigDict(t.TypedDict):
0 commit comments