cookiecutter-hypermodern-python
cookiecutter-hypermodern-python copied to clipboard
Hypermodern Python Cookiecutter
Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 2.1.1 to 2.6.0. Release notes Sourced from cookiecutter's releases. 2.6.0 Changes Minor Changes Support Python 3.12 (#1989) @ericof fix: modifying start and end variable strings (#1997) @sacha-c...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 4.1.0 to 5.0.0. Release notes Sourced from crazy-max/ghaction-github-labeler's releases. v5.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in crazy-max/ghaction-github-labeler#199 Full Changelog:...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.23.0 to 6.0.0. Release notes Sourced from release-drafter/release-drafter's releases. v6.0.0 What's Changed Update Node.js to 20 (#1379) @massongit Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0 v6.0.0-beta.1 Prerelease of v6, first release...
- ignore files that don't need tests, e.g. files in `docs/` and `.md` files closes #1328
Make nox session linkcheck work again.
https://cookiecutter-hypermodern-python.readthedocs.io/en/2022.6.3.post1/quickstart.html#requirements refers to the following: > Install [Poetry](https://python-poetry.org/) by downloading and running [install-poetry.py](https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py): > > python install-poetry.py But that file `install-poetry.py` no longer exists. Poetry team [suggest](https://python-poetry.org/docs/#installation) `pipx install poetry`
The color `008672` is interpreted as `8672` which is not a valid yaml string since it is a integer. Quoting this prevents the following error: ``` Cannot create "help wanted"...