Closed JPEWdev closed 8 months ago
@JPEW thanks for looking into this. The failure about the poetry.lock
file reminds me that I would rather use hatch if we are going to use a CLI tool to manage the package.
We could alternatively drop the lock file. I don't think most packages are carrying a lock file these days?
@jpew thanks for looking into this. The failure about the
poetry.lock
file reminds me that I would rather use hatch if we are going to use a CLI tool to manage the package.
Yes, that is next on my TODO list after CI works again
We could alternatively drop the lock file. I don't think most packages are carrying a lock file these days?
Poetry demands it be updated, so I've just done so until Poetry is removed
We could alternatively drop the lock file. I don't think most packages are carrying a lock file these days?
Poetry demands it be updated, so I've just done so until Poetry is removed
And... there is another reason for me to not choose poetry.
Formats the code with black and adds a github action to enforce it in CI