1 file changed
+1
-1
lines changed- .github/workflows/bump.yml+2-2
- .github/workflows/cd.yml+1-1
- .github/workflows/reusable-cookie.yml+2-2
- .github/workflows/reusable-rr-tests.yml+13-6
- .gitignore+6
- .pre-commit-config.yaml+2-2
- README.md+20-6
- docs/_includes/interactive_repo_review.html+3-3
- docs/_includes/pyproject.md+54-19
- docs/pages/guides/coverage.md+1-1
- docs/pages/guides/docs.md+15-12
- docs/pages/guides/gha_basic.md+4-4
- docs/pages/guides/gha_pure.md+2-2
- docs/pages/guides/gha_wheels.md+14-8
- docs/pages/guides/packaging_classic.md+25-26
- docs/pages/guides/packaging_simple.md+7-2
- docs/pages/guides/pytest.md+1-1
- docs/pages/guides/style.md+11-11
- docs/pages/guides/tasks.md+12-17
- docs/pages/index.md+12
- helpers/extensions.py+64-12
- noxfile.py+38-24
- pyproject.toml+17-10
- src/sp_repo_review/checks/pyproject.py+9-12
- src/sp_repo_review/checks/setupcfg.py+53
- src/sp_repo_review/families.py+6-1
- tests/test_families.py+47
- tests/test_pyproject.py+49-29
- tests/test_setupcfg.py+35
- {{cookiecutter.project_name}}/.github/CONTRIBUTING.md+8-30
- {{cookiecutter.project_name}}/.github/workflows/ci.yml+10-5
- {{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 %}+3-1
- {{cookiecutter.project_name}}/.pre-commit-config.yaml+4-4
- {{cookiecutter.project_name}}/.readthedocs.yaml+5-6
- {{cookiecutter.project_name}}/noxfile.py+10-8
- {{cookiecutter.project_name}}/pyproject.toml+33-27
- {{cookiecutter.project_name}}/{% if cookiecutter.__ci=='gitlab' %}.gitlab-ci.yml{% endif %}+1-1
0 commit comments