smart_open
smart_open copied to clipboard
Improve QOL for testing & contributing
- Add cfg in pyproject.toml to support
pytestwithout args - Add CONTRIBUTING.md with quickstart guide
- Add .venv to .gitignore
fyi @mpenkov I didn't discuss this /w maintainers ahead of time. I did this while working on #719
It would've helped me to get started with a dev env had a CONTRIBUTING.md existed.
Honestly, the more important thing for me would be understanding the auto formatted/config settings for the project. (Which could also end up in the pyproject.toml)
The rest of the setup seemed to be “standard python workflow”, but happy if the maintainers think it would be helpful!
Thank you!