WIP: more testing

This commit is contained in:
Manuel Barkhau 2018-09-04 09:56:53 +02:00
parent 5108837f45
commit 0a3638a62f
6 changed files with 94 additions and 7 deletions

View file

@ -17,7 +17,7 @@ log = logging.getLogger("pycalver.rewrite")
def rewrite(
new_version: str,
file_patterns: typ.Dict[str, str],
file_patterns: typ.Dict[str, typ.List[str]],
dry=False,
verbose=False,
) -> None: