1 file changed
+1
-1
lines changed- .github/workflows/bump.yml+1-1
- .github/workflows/reusable-cookie.yml+5-8
- .github/workflows/reusable-rr-tests.yml+5-5
- .pre-commit-config.yaml+3-2
- README.md+9-1
- docs/_includes/pyproject.md+4-4
- docs/pages/guides/docs.md+3-33
- docs/pages/guides/gha_basic.md+4-4
- docs/pages/guides/gha_wheels.md+2-2
- docs/pages/guides/packaging_classic.md+2-2
- docs/pages/guides/packaging_compiled.md+2-2
- docs/pages/guides/style.md+9-9
- docs/pages/guides/tasks.md+43-7
- noxfile.py+32-12
- pyproject.toml+3
- src/sp_repo_review/checks/mypy.py+3-3
- src/sp_repo_review/checks/noxfile.py+243
- src/sp_repo_review/checks/pyproject.py+2-4
- src/sp_repo_review/checks/readthedocs.py+1-1
- src/sp_repo_review/checks/ruff.py+3-3
- src/sp_repo_review/checks/setupcfg.py+5-1
- src/sp_repo_review/families.py+3
- tests/test_nox.py+149
- {{cookiecutter.project_name}}/.github/workflows/ci.yml+6-13
- {{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type=='compiled' %}cd.yml{% endif %}+1-1
- {{cookiecutter.project_name}}/.pre-commit-config.yaml+5-4
- {{cookiecutter.project_name}}/pyproject.toml+4-4
- {{cookiecutter.project_name}}/{% if cookiecutter.__ci=='gitlab' %}.gitlab-ci.yml{% endif %}+2-2
- {{cookiecutter.project_name}}/{% if cookiecutter.backend=='maturin' %}Cargo.toml{% endif %}+2-2
0 commit comments