paramak icon indicating copy to clipboard operation
paramak copied to clipboard

argument type hinting for filenames

Open shimwell opened this issue 3 years ago • 1 comments

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]]

shimwell avatar Oct 14 '21 20:10 shimwell

this shows up on the mypi report

shimwell avatar Dec 02 '21 00:12 shimwell