Commit 991c302
authored
Bump external-content/cookie from
Bumps [external-content/cookie](https://github.com/scientific-python/cookie) from `b7cd3c4` to `6a4b022`.
- [Release notes](https://github.com/scientific-python/cookie/releases)
- [Commits](scientific-python/cookie@b7cd3c4...6a4b022)
---
updated-dependencies:
- dependency-name: external-content/cookie
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>b7cd3c4 to 6a4b022
1 parent 5ffde61 commit 991c302
1 file changed
+1
-1
lines changed- .github/workflows/bump.yml+1-1
- .github/workflows/cd.yml+1-1
- .github/workflows/reusable-cookie.yml+2-2
- .pre-commit-config.yaml+3-3
- README.md+20-23
- docs/_includes/head_custom.html+1-1
- docs/_includes/interactive_repo_review.html+4-4
- docs/pages/guides/coverage.md+1-1
- docs/pages/guides/docs.md+1-1
- docs/pages/guides/gha_basic.md+2-2
- docs/pages/guides/gha_pure.md+11-11
- docs/pages/guides/gha_wheels.md+4-4
- docs/pages/guides/index.md+5-5
- docs/pages/guides/mypy.md+2-1
- docs/pages/guides/packaging_classic.md+2-2
- docs/pages/guides/packaging_compiled.md+2-2
- docs/pages/guides/packaging_simple.md+5-5
- docs/pages/guides/style.md+8-8
- docs/pages/guides/tasks.md+1-1
- docs/pages/index.md+7-6
- docs/pages/principles/design.md+3-3
- docs/pages/principles/index.md+3-3
- docs/pages/tutorials/module.md+5-5
- docs/pages/tutorials/packaging.md+3-3
- docs/pages/tutorials/test.md+2-2
- noxfile.py+3
- src/sp_repo_review/checks/general.py+22-4
- src/sp_repo_review/checks/ruff.py+3-4
- tests/test_general.py+36-1
- {{cookiecutter.project_name}}/.github/workflows/ci.yml+1-1
- {{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type!='compiled' %}cd.yml{% endif %}+1-1
- {{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type=='compiled' %}cd.yml{% endif %}+2-2
- {{cookiecutter.project_name}}/.pre-commit-config.yaml+5-5
- {{cookiecutter.project_name}}/pyproject.toml+22-87
0 commit comments