Eric Young
Eric Young
[`cruft` is a Python package that lets you update projects built from a cookiecutter to the cookiecutter's latest version](https://cruft.github.io/cruft/). In the next release (see PR #33), we'll be supplying some...
Whilst testing PR #39, I noticed that are documentation for R pre-commit hooks is missing a step, [namely installing the R pre-commit package](https://lorenzwalthert.github.io/precommit/dev/#installation). If this step is skipped, the `styler`...
# Summary This pull request provides users an option to create a new project from `govcookiecutter` with the GOV.UK Tech Docs Sphinx theme automatically applied. This includes a standard accessibility...
# Issue > As a user of `govcookiecutter`, I would like to see more pre-commit hooks to better improve my code and commits We currently have a few pre-commit hooks...
It might be useful to make the `src` package installable by adding a `setup.py` file. Adding this could make it easier to publish packages on PyPI, and may also resolve...
I've tried to write GitHub Actions for CI purposes. One of them builds templates for various OS, Python versions, and R versions. During the template build, it will check that...
[Including files from outside the `docs` folder with MyST](https://myst-parser.readthedocs.io/en/latest/using/howto.html#include-a-file-from-outside-the-docs-folder-like-readme-md) is useful to prevent de-duplication of documentation throughout the project. However, during Windows builds, this throws a warning message that is...
Allows users to render the commit SHA in their downstream projects by adding the commit hash within the `cookiecutter` context dictionary. This allows users to use the `{{ cookiecutter._commit }}`...
`cruft` already stores the commit SHA/hash whenever in the `.cruft.json` file. Whilst not a direct feature enhancement for `cruft` itself, it might be useful for users to be able to...
As of earlier this year (April 2023), CountAPI no longer works. This means that this app will received a 500 response, and not show a badge. See [`jwenjian/visitor-badge`](https://github.com/jwenjian/visitor-badge) for further...