mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
make fmt
This commit is contained in:
parent
871a2a9740
commit
99c14c0df9
7 changed files with 10 additions and 11 deletions
|
|
@ -20,7 +20,7 @@ from . import version
|
|||
|
||||
log = logging.getLogger("pycalver.config")
|
||||
|
||||
Patterns = typ.List[str]
|
||||
Patterns = typ.List[str]
|
||||
PatternsByGlob = typ.Dict[str, Patterns]
|
||||
|
||||
SUPPORTED_CONFIGS = ["setup.cfg", "pyproject.toml", "pycalver.toml"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue