Commit c658327
* Bump external-content/cookie from `bdb0908` to `cca2fc1`
Bumps [external-content/cookie](https://github.com/scientific-python/cookie) from `bdb0908` to `cca2fc1`.
- [Release notes](https://github.com/scientific-python/cookie/releases)
- [Commits](scientific-python/cookie@bdb0908...cca2fc1)
---
updated-dependencies:
- dependency-name: external-content/cookie
dependency-version: cca2fc140544e14283f913aef92d4580434d243b
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Modify Makefile to include cookie_web_prepare
Added cookie_web_prepare target and updated cookie dependencies.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent 5c6270d commit c658327
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
- .gitignore+2
- .pre-commit-config.yaml+1-1
- .pre-commit-hooks.yaml+1-1
- .readthedocs.yaml+3-2
- Gemfile.lock+73-69
- README.md+5-1
- docs/README.md+1
- docs/_includes/head_custom.html+2-26
- docs/_includes/interactive_repo_review.html+13-18
- docs/assets/js/webapp.js-557
- docs/pages/guides/coverage.md+1-1
- docs/pages/guides/gha_basic.md+4-3
- docs/pages/guides/gha_pure.md+13-7
- docs/pages/guides/gha_wheels.md+7-5
- docs/pages/guides/packaging_compiled.md+1-1
- docs/pages/guides/style.md+4-4
- helpers/fetch_repo_review_app.sh+13
- pyproject.toml+10-2
- src/sp_repo_review/__init__.py+2
- src/sp_repo_review/_compat/importlib/resources/abc.py+2
- src/sp_repo_review/_compat/tomllib.py+2
- src/sp_repo_review/checks/github.py+27
- src/sp_repo_review/checks/mypy.py+2
- src/sp_repo_review/checks/noxfile.py+2
- src/sp_repo_review/checks/precommit.py+5-3
- src/sp_repo_review/checks/pyproject.py+2
- src/sp_repo_review/checks/readthedocs.py+2
- src/sp_repo_review/checks/ruff.py+2
- src/sp_repo_review/checks/setupcfg.py+2
- src/sp_repo_review/families.py+2
- src/sp_repo_review/files.py+31
- src/sp_repo_review/ruff_checks/__main__.py+16-2
- tests/test_github.py+290
- tests/test_mypy.py+109
- tests/test_precommit.py+4-4
- tests/test_pyproject.py+19
- tests/test_ruff.py+76
- {{cookiecutter.project_name}}/.github/workflows/ci.yml+1-1
- {{cookiecutter.project_name}}/.pre-commit-config.yaml+3-3
- {{cookiecutter.project_name}}/pyproject.toml+3-3
0 commit comments