1 file changed
+1
-1
lines changed- .github/workflows/reusable-cookie.yml-8
- .pre-commit-config.yaml+2-2
- README.md+10-12
- cookiecutter.json-2
- copier.yml+2-3
- docs/pages/guides/gha_basic.md+5-2
- docs/pages/guides/index.md+1-1
- docs/pages/guides/packaging_simple.md+8-4
- docs/pages/guides/style.md+4-4
- docs/pages/index.md+2-3
- noxfile.py+1-1
- src/sp_repo_review/checks/pyproject.py+43
- src/sp_repo_review/checks/ruff.py+1-2
- tests/test_pyproject.py+67
- {{cookiecutter.project_name}}/.pre-commit-config.yaml+5-5
- {{cookiecutter.project_name}}/pyproject.toml+19-16
- {{cookiecutter.project_name}}/{% if cookiecutter.backend in ['setuptools','pybind11'] %}MANIFEST.in{% endif %}+1-1
- {{cookiecutter.project_name}}/{% if cookiecutter.backend=='setuptools' %}setup.cfg{% endif %}
0 commit comments