1 file changed
+1
-1
lines changed- .github/workflows/bump.yml+1-1
- .github/workflows/cd.yml+1-1
- .github/workflows/reusable-cookie.yml+2-2
- .pre-commit-config.yaml+3-3
- README.md+8-8
- docs/_includes/interactive_repo_review.html+1-1
- docs/pages/guides/coverage.md+1-1
- docs/pages/guides/docs.md+1-1
- docs/pages/guides/gha_basic.md+2-2
- docs/pages/guides/gha_pure.md+11-11
- docs/pages/guides/gha_wheels.md+4-4
- docs/pages/guides/index.md+5-5
- docs/pages/guides/mypy.md+2-1
- docs/pages/guides/packaging_classic.md+2-2
- docs/pages/guides/packaging_compiled.md+2-2
- docs/pages/guides/packaging_simple.md+5-5
- docs/pages/guides/style.md+8-8
- docs/pages/guides/tasks.md+1-1
- docs/pages/index.md+7-6
- docs/pages/principles/design.md+3-3
- docs/pages/principles/index.md+3-3
- docs/pages/tutorials/module.md+5-5
- docs/pages/tutorials/packaging.md+3-3
- docs/pages/tutorials/test.md+2-2
- noxfile.py+3
- src/sp_repo_review/checks/general.py+22-4
- src/sp_repo_review/checks/ruff.py+3-4
- tests/test_general.py+36-1
- {{cookiecutter.project_name}}/.github/workflows/ci.yml+1-1
- {{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 %}+2-2
- {{cookiecutter.project_name}}/.pre-commit-config.yaml+5-5
- {{cookiecutter.project_name}}/pyproject.toml+22-87
0 commit comments