modelmat / sphinxcontrib-drawio

Sphinx extension for including draw.io files.
MIT License
39 stars 17 forks source link

Fix black formatting errors #87

Closed jdillard closed 10 months ago

jdillard commented 10 months ago

Sorry, forgot to run black on those PRs and didn't catch the error, this PR fixes that and CI should pass now.

Also, thanks for the merges!

edit: Random side note, your extension is getting more popular! https://www.pepy.tech/projects/sphinxcontrib-drawio

modelmat commented 10 months ago

And to think I've never actually used this extension proper because what it was designed for ran on RTD... which doesn't allow installing programs :P. Ended up using the editable SVGs for that project....

Anyhow, thanks for the fixes. BTW, if you want a new pypi release -- I don't think I've done one in a while, I'm happy to give you write perms so you can create new releases (which should hopefully kickoff pushing to pypi if it hasn't broken) / merge the PRs as necessary.

jdillard commented 10 months ago

I'm happy to give you write perms so you can create new releases (which should hopefully kickoff pushing to pypi if it hasn't broken) / merge the PRs as necessary.

Sure thing, I don't mind helping out!