Closed coloursofnoise closed 1 year ago
Just the style issues to fix now. You can do this by installing and running pre-commit.
pip install pre-commit
pre-commit run -a
That will automatically run black
for you.
Should be done, after a bit of confusion I realized that this branch doesn't have the latest changes to the tox
and pre-commit
config so I just ran black
manually.
@stephenfin any plans on releasing this to PyPI? 👀
Good point. This will be released in 5.0.0 shortly.
Summary
Add Sphinx events to post-process generated command documentation.
Tasks
reno
)tox
)Further details