Hugo van Kemenade
Hugo van Kemenade
Hello, are you the same Amjith Ramanujam with a blog at http://blog.amjith.com/posts.atom?tag=python ? There's already an entry for that: https://github.com/python/planet/blob/834e8fa0a344ea107cf7c52c3695a2aba79c010b/config/config.ini#L72-L73 Would you like both blogs in the list or just...
Thanks, I've updated the URL in https://github.com/python/planet/pull/594.
The PR has been merged, shall we close this, or is there more to do?
Hello from +1 year! Where are we up to on this PR? It looks like there's still some suggestions for @daniel-shimon to address, would you like update the PR? Thanks!
Sphinx regards this as a comment: > Every explicit markup block (starting with `..`) which isn’t a [valid markup construct](https://devguide.python.org/documentation/markup/#directives) is regarded as a comment: > `.. This is a...
(Let's move this to https://github.com/python/core-workflow)
Yeah, *if* we do it, Bedevere is the way. First let's evaluate the *if* :)
> CI failing seems correct, though unbalanced-inline-literals-delimiters being duplicated seems like a bug. This is unrelated, it's running the linter on some "friend projects" and one of them has introduced...
Addressing @AlexWaygood's performance concerns in https://github.com/sphinx-contrib/sphinx-lint/issues/119#issuecomment-2354238972, here's how the current Sphinx Lint `main` performs against CPython (macOS, Python 3.13.1): ```console ❯ hyperfine --warmup 3 "sphinx-lint Doc Misc/NEWS.d --enable=default-role" --ignore-failure Benchmark...
We're using pip-tools to help manage the CPython release automation (https://github.com/python/release-tools), and we're waiting for a release of https://github.com/jazzband/pip-tools/pull/2082 / https://github.com/jazzband/pip-tools/issues/2081. cc the project leads from https://jazzband.co/projects/pip-tools: @davidovich @vphilippon @atugushev...