Commit fc28331
* Bump external-content/cookie from `88dc821` to `d1e52c9`
Bumps [external-content/cookie](https://github.com/scientific-python/cookie) from `88dc821` to `d1e52c9`.
- [Release notes](https://github.com/scientific-python/cookie/releases)
- [Commits](scientific-python/cookie@88dc821...d1e52c9)
---
updated-dependencies:
- dependency-name: external-content/cookie
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Update netlify.toml
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <[email protected]>
1 parent 19413a2 commit fc28331
2 files changed
+2
-2
lines changed- .devcontainer/devcontainer.json+1-1
- .git_archival.txt-1
- .github/workflows/cd.yml+7
- .github/workflows/reusable-cookie.yml+8-1
- .github/workflows/reusable-rr-tests.yml+4-3
- .pre-commit-config.yaml+10-5
- README.md+12-12
- action.yml+1-1
- docs/_includes/head_custom.html+5-1
- docs/_includes/interactive_repo_review.html+3-3
- docs/_includes/pyproject.md+1
- docs/pages/guides/coverage.md+1-1
- docs/pages/guides/docs.md+19
- docs/pages/guides/gha_pure.md+26-9
- docs/pages/guides/gha_wheels.md+18-4
- docs/pages/guides/index.md+5-5
- docs/pages/guides/mypy.md+1-2
- docs/pages/guides/packaging_classic.md+3-3
- docs/pages/guides/packaging_compiled.md+2-2
- docs/pages/guides/packaging_simple.md+5-6
- docs/pages/guides/style.md+25-27
- docs/pages/guides/tasks.md+1-1
- docs/pages/index.md+4-4
- docs/pages/principles/design.md+3-3
- docs/pages/principles/index.md+3-3
- docs/pages/tutorials/dev-environment.md+1-1
- docs/pages/tutorials/module.md+5-5
- docs/pages/tutorials/packaging.md+3-3
- docs/pages/tutorials/test.md+2-2
- noxfile.py+2-2
- pyproject.toml+1-3
- src/sp_repo_review/checks/general.py+4-1
- src/sp_repo_review/checks/mypy.py+1-1
- src/sp_repo_review/checks/precommit.py+71-37
- src/sp_repo_review/checks/pyproject.py+4-1
- src/sp_repo_review/checks/readthedocs.py+3-3
- src/sp_repo_review/checks/ruff.py+8-10
- tests/test_precommit.py+173
- tests/test_pyproject.py+32
- {{cookiecutter.project_name}}/.git_archival.txt-1
- {{cookiecutter.project_name}}/.github/workflows/ci.yml+2-2
- {{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type!='compiled' %}cd.yml{% endif %}+7
- {{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type=='compiled' %}cd.yml{% endif %}+8-1
- {{cookiecutter.project_name}}/.pre-commit-config.yaml+11-9
- {{cookiecutter.project_name}}/docs/conf.py+21
- {{cookiecutter.project_name}}/pyproject.toml+3-3
- {{cookiecutter.project_name}}/{% if cookiecutter.backend in ['setuptools','pybind11'] %}setup.cfg{% endif %}+1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
0 commit comments