mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-14 23:33:52 +01:00
lint fix
This commit is contained in:
parent
6cf3b4622e
commit
38ca84c5d9
2 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ def _update_cfg_from_vcs(cfg: config.Config, fetch: bool) -> config.Config:
|
|||
_vcs = vcs.get_vcs()
|
||||
log.debug(f"vcs found: {_vcs.name}")
|
||||
if fetch:
|
||||
log.info(f"fetching tags from remote (to turn off use: -n / --no-fetch)")
|
||||
log.info("fetching tags from remote (to turn off use: -n / --no-fetch)")
|
||||
_vcs.fetch()
|
||||
|
||||
version_tags = [tag for tag in _vcs.ls_tags() if version.is_valid(tag, cfg.version_pattern)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue