mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
lint fix
This commit is contained in:
parent
6cf3b4622e
commit
38ca84c5d9
2 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ class Config(typ.NamedTuple):
|
|||
|
||||
def _debug_str(cfg: Config) -> str:
|
||||
cfg_str_parts = [
|
||||
f"Config Parsed: Config(",
|
||||
"Config Parsed: Config(",
|
||||
f"current_version='{cfg.current_version}'",
|
||||
"version_pattern='{pycalver}'",
|
||||
f"pep440_version='{cfg.pep440_version}'",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue