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.
1 parent 609a123 commit 288197aCopy full SHA for 288197a
libvcs/projects/base.py
@@ -44,7 +44,7 @@ class BaseProject(Protocol):
44
schemes: Tuple[str, ...] = ()
45
"""List of supported schemes to register in ``urlparse.uses_netloc``"""
46
47
- dir: StrPath
+ dir: Optional[StrPath]
48
"""CWD of project"""
49
50
def __init__(self, *, url: str, dir: StrPath, progress_callback=None, **kwargs):
0 commit comments