Bartosz Sławecki
Bartosz Sławecki
# Roadmap - [ ] `skeleton sync --vcs-ref=HEAD [PROJECTS]` Propagate a `vcs-ref` across all downstream projects.
https://docs.hikari-py.dev/en/latest/reference/hikari/impl/rest/#hikari.impl.rest.RESTClientImpl.create_webhook https://docs.github.com/en/webhooks/webhook-events-and-payloads#commit_comment ```shell gh api /repos/{{repo_name}}/hooks --input -
pawamoy created this amazing project https://github.com/pawamoy/git-changelog. It might be used in `Upgrade to bswck/skeleton@rev` commit descriptions along with `Co-authored-by` entries.
Mechanized patches are made by running `$ poe reanswer`. After reanswer, find what answers were changed and include the changes in the mechanized patch commit.
When updating a project that uses skeleton, add proper co-author entries relevant to the integrated skeleton diffs. https://blog.jaraco.com/skeleton/#history-is-forever
https://github.com/Bachmann1234/diff_cover
Used `typing_extensions.Self` instead of `(self: T, ...) -> T`. `typing_extensions` has a special stub in typeshed and is seen by mypy even if not installed as a direct/transitive dependency, so...
Griffe can be useful in CI processes. Let's add example GitHub and GitLab workflows in the docs.
Frankly, I'd be happy to incorporate it into my library [configzen](https://github.com/bswck/configzen). ION, MsgPack and ConfigObj backends are not loading because of backwards incompatibility with anyconfig. If you are planning to...