mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-13 23:03:54 +01:00
fix tests
This commit is contained in:
parent
fd1b7bd05f
commit
2eb9b516b8
3 changed files with 47 additions and 29 deletions
|
|
@ -417,7 +417,7 @@ def parse(ctx: ProjectContext, cfg_missing_ok: bool = False) -> MaybeConfig:
|
|||
|
||||
|
||||
def init(
|
||||
project_path: typ.Union[str, pl.Path, None] = ".",
|
||||
project_path : typ.Union[str, pl.Path, None] = ".",
|
||||
cfg_missing_ok: bool = False,
|
||||
) -> typ.Tuple[ProjectContext, MaybeConfig]:
|
||||
ctx = init_project_ctx(project_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue