Specify targeted Python version to mypy
Discovered a typing bug where a Path object was passed to os.path.relpath(), but Path support was not added until Python 3.6. https://docs.python.org/3/library/os.path.html#os.path.relpath > Changed in version 3.6: Accepts a path-like object.
Loading
Please register or sign in to comment