mbarkhau / pylint-ignore

MIT License
14 stars 8 forks source link

Remove use of pathlib2 #15

Closed s-t-e-v-e-n-k closed 2 years ago

s-t-e-v-e-n-k commented 2 years ago

pathlib has been included in the Python standard library since 3.4, and since the lowest supported version of Python is now above that, we can remove the external dependency and use pathlib directly. As a drive-by, also remove a bunch of future imports.

mbarkhau commented 2 years ago

Fair point. Thank's for the PR :heart: