On Thu, Aug 22, 2024 at 1:27 PM Gerald Pfeifer <ger...@pfeifer.com> wrote: > > On Mon, 19 Aug 2024, Eric Gallager via Gcc-cvs-wwwdocs wrote: > > This is an automated email from the git hooks/post-receive script. It was > > generated because a ref change was pushed to the repository containing > > the project "gcc-wwwdocs". > > > > The branch, python-formatting has been created > > at e1e17c97a8ae35cfb6b2f7428fb52b05f82450d1 (commit) > > > > - Log ----------------------------------------------------------------- > > ----------------------------------------------------------------------- > > Hmm, are you intentionally creating a branch for the wwwdocs repository > (i.e., our web pages)? I don't recall us having used one before. >
Sorry about that, I'd meant to create it just for my copy of the repo that's mirrored to GitHub, but pushed it to the wrong remote by accident. > If you have any Python-related fixes, go ahead I'd say. > Right now it's just silencing some flake8 warnings: https://github.com/cooljeanius/gcc-wwwdocs/pull/2 However, I'm also curious about using some other automated python code quality tools... for example, there are autopep8 and black for python auto-formatting, but the two of them conflict on the styles they enforce, so I'm wondering, would one be preferred over the other? > Gerald