mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
minor formatting/cleanup
This commit is contained in:
parent
bc87ab1b88
commit
2cb7f53f6d
6 changed files with 8 additions and 8 deletions
|
|
@ -265,7 +265,7 @@ def parse(ctx: ProjectContext) -> MaybeConfig:
|
|||
log.warning(f"File not found: {ctx.config_filepath}")
|
||||
return None
|
||||
|
||||
fh : typ.IO[str]
|
||||
fh: typ.IO[str]
|
||||
|
||||
try:
|
||||
with ctx.config_filepath.open(mode="rt", encoding="utf-8") as fh:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is part of the pycalver project
|
||||
# https://github.com/mbarkhau/pycalver
|
||||
#
|
||||
# Copyright (c) 2018 Manuel Barkhau (@mbarkhau) - MIT License
|
||||
# Copyright (c) 2018 Manuel Barkhau (mbarkhau@gmail.com) - MIT License
|
||||
# SPDX-License-Identifier: MIT
|
||||
"""Compose Regular Expressions from Patterns.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue