sigma67
sigma67
Feel free to check out the first draft here: https://github.com/sigma67/spotify_to_ytmusic/tree/39-cache-conversions I think we will need a CLI to interact with the cache as well: - option to ignore cache -...
@Jackenmen not certain that still works since there have been changes to the project and PyPI in the meantime. Setting up trusted publishing would be the way to go.
Yeah sure, definitely try with the current workflow -- can always retry if the upload fails
@pganssle is it possible to create a release? it seem it is in high demand
What solved this issue for me is setting the following autodoc option in `conf.py`: ``` autodoc_default_options = { 'ignore-module-all': True } ``` https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#directive-option-automodule-members
Since the issue is still open, is this still on the table? I think most `PTH` rules have no autofixes yet It seems there are no more open PRs on...
> It may also be limited by our ability to do program-wide analysis beyond simple fixes. Most of the fixes seem simple enough to me, i.e. > PTH102 "os.mkdir() should...
@frostming is this something you would accept a PR for?
I would be willing to tackle this. Could you assign and provide some pointers for getting started? Edit: I think it would be good idea to make this behavior optional....
So I had a look at the code and came up with a basic implementation plan. pdm ------------------- ``build.py:do-build()`` - if ``project.pyproject.settings.get("publish-locked-dependencies")`` is set only, do the following - modify...