paramak
paramak copied to clipboard
argument type hinting for filenames
filenames arguments are strings throughtout the code. Perhaps a Path
object could also be accepted.
The type hinting would need changing to Union[str, PathLike[str]]
this shows up on the mypi report