econchick / econchick/interrogate
Replace `os.path` with `pathlib`
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 676
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
`pathlib` offers a simpler and more human-friendly way of dealing with paths and it seems like interrogate mostly uses `os.path`.
I believe changing this would be more in line with `CONTRIBUTING.md` :wink:
> `interrogate` tries to take advantage of modern features whenever possible
I'd be happy to work on this if you find this issue reasonable :)
Contributor guide
Assessment
This issue has not been assessed yet.