Jeremiah Paige
Jeremiah Paige
Would also like to fix #1915 and get `poetry update` working again.
The versions on pypi.org have not kept up to date with what is in the project, and neither has isort's pyproject.toml. This currently blocks updating the lock file: ``` SolverProblemError...
#1772 fixed errors from trying to ask git about files outside its knowledge by ignoring these kind of external links, but did not stop isort from continuing to follow, and...
This is my proof-of-concept of replacing most code blocks with linteralincludes from separate files maintained in the VCS. It is not meant to be merged as-is but to inspire discussion...
Whenever a code example is present in this guide, it should be extracted to `examples/` and included from there (see #239 for an example). Only in-line code `` `like this`...
After #248 we will have real example projects to pull from in docs. These projects should all be tested so that they remain a set of accurate and meaningful examples....
This guide contains a few example repos for the purpose of showing off in the docs. These examples are not yet full python projects, and should be expanded to be...
Ok, 1st and 3rd todos are removed. A note about converting setup.py is already in the Hatch tutorial. About command line stuff... I was hesitating to bring this up, but......