Commit dfc0335
authored
Bumps [external-content/cookie](https://github.com/scientific-python/cookie) from `ad4434f` to `bdb0908`.
- [Release notes](https://github.com/scientific-python/cookie/releases)
- [Commits](scientific-python/cookie@ad4434f...bdb0908)
---
updated-dependencies:
- dependency-name: external-content/cookie
dependency-version: bdb0908b20d9e875ef4ff5bfed8739f4c746944a
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c6ad7e commit dfc0335
1 file changed
+1
-1
lines changed- .github/workflows/bump.yml+1-1
- .github/workflows/cd.yml+2-2
- .github/workflows/reusable-cookie.yml+10-10
- .gitignore+19-2
- .pre-commit-config.yaml+3-3
- README.md+5-5
- cookiecutter.json+3-2
- copier.yml+1
- docs/pages/guides/gha_pure.md+7-7
- docs/pages/guides/gha_wheels.md+6-6
- docs/pages/guides/style.md+29-11
- docs/pages/guides/tasks.md+2-2
- noxfile.py+1
- pyproject.toml+1
- src/sp_repo_review/checks/general.py+5-6
- src/sp_repo_review/checks/precommit.py+38-13
- src/sp_repo_review/checks/pyproject.py+38
- tests/test_general.py+2-1
- tests/test_precommit.py+76-10
- {{cookiecutter.project_name}}/.github/workflows/ci.yml+22-5
- {{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type!='compiled' %}cd.yml{% endif %}+2-2
- {{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type=='compiled' %}cd.yml{% endif %}+5-5
- {{cookiecutter.project_name}}/.gitignore+2-4
- {{cookiecutter.project_name}}/.pre-commit-config.yaml+8-8
- {{cookiecutter.project_name}}/.readthedocs.yaml+4
- {{cookiecutter.project_name}}/README.md+1-1
- {{cookiecutter.project_name}}/docs/{% if cookiecutter.docs == 'zensical' %}index.md{% endif %}+7
- {{cookiecutter.project_name}}/noxfile.py+17
- {{cookiecutter.project_name}}/pyproject.toml+5-3
- {{cookiecutter.project_name}}/src/{{cookiecutter.__project_slug}}/__init__.py+1-2
- {{cookiecutter.project_name}}/src/{{cookiecutter.__project_slug}}/example.py+10-5
- {{cookiecutter.project_name}}/tests/test_package.py+1-1
- {{cookiecutter.project_name}}/{% if cookiecutter.docs == 'zensical' %}zensical.toml{% endif %}+61
0 commit comments