-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CONTRIBUTING.md #154
Comments
The new `[tool.poe.tasks]` section and new poetry based workflow are a complete replacement for the makefile which has also been removed.
…a complete replacement for the makefile which has also been removed. Also - update CONTRIBUTING.MD copier-org#154 to keep things coherent - add tox dev dep and config to pyproject.toml
…a complete replacement for the makefile which has also been removed. Also - update CONTRIBUTING.MD copier-org#154 to keep things coherent - add tox dev dep and config to pyproject.toml
The new `[tool.poe.tasks]` section and new poetry based workflow are a complete replacement for the makefile which has also been removed. copier-org#129 Also: - add devtasks for python functions to be referenced as poe tasks - update CONTRIBUTING.MD copier-org#154 to keep things coherent - remove reference to tox - update ci to work with more expressive toml syntax (upgrade pip) - and use poe tasks in ci
The new `[tool.poe.tasks]` section and new poetry based workflow are a complete replacement for the makefile which has also been removed. #129 Also: - add devtasks for python functions to be referenced as poe tasks - update CONTRIBUTING.MD #154 to keep things coherent - remove reference to tox - update ci to work with more expressive toml syntax (upgrade pip) - and use poe tasks in ci
Seeing how you improved CONTRIBUTING.md in this commit, maybe this issue could be closed? Maybe just one thing I noticed: you track VSCode settings and set the path to the interpreter to - "python.pythonPath": ".venv/bin/python"
+ "python.pythonPath": "/home/pawamoy/.cache/pypoetry/virtualenvs/copier-AExR1Oeb-py3.9/bin/python" Not sure how to circumvent that though. |
Yes, that's because of microsoft/vscode-python#8372. For now, the only way to use both tools sanely and share out-of-the-box settings is to tell poetry to save the venv local to the project. I should document that. |
Once the dev setup has stabilized it will be time to reflect the changes back into the dev docs:
CONTRIBUTING.md
.See also: #129 #132
The text was updated successfully, but these errors were encountered: