Refactor path handling to use pathlib.#99
Conversation
2281e9e to
0a74cb4
Compare
121784c to
f072902
Compare
for more information, see https://pre-commit.ci
|
Thanks for filing this! I don't think there's much Windows-related special casing in this codebase and, overall, I think the code style that this PR introduces adds more complexity than it adds value in terms of clarity or ease of use. I'm going to close this, to reflect that I don't think this conversion is worthwhile. |
I guess the main issue is that using Isn't |
This should help reduce the amount of special casing needed for windows paths.