Skip to content
Commit 6c0ec9f6 authored by Jon Dufresne's avatar Jon Dufresne Committed by Timothy Edmund Crosley
Browse files

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.
parent 2a6700f6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment