mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
fmt lint etc. pp.
This commit is contained in:
parent
75563672b4
commit
31f9d51bf3
7 changed files with 32 additions and 16 deletions
|
|
@ -15,14 +15,15 @@ import logging
|
|||
import subprocess as sp
|
||||
|
||||
import click
|
||||
import pycalver2.version as v2version
|
||||
|
||||
import pycalver.cli as v1cli
|
||||
import pycalver2.cli as v2cli
|
||||
import pycalver.version as v1version
|
||||
import pycalver2.version as v2version
|
||||
from pycalver import vcs
|
||||
from pycalver import config
|
||||
|
||||
# import pycalver2.cli as v2cli
|
||||
|
||||
_VERBOSE = 0
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue