File tree
4 files changed
+27
-14
lines changed- content
- contributors/setup
- external-content
4 files changed
+27
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 32 | + | |
40 | 33 | | |
41 | 34 | | |
42 | 35 | | |
| |||
56 | 49 | | |
57 | 50 | | |
58 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
- .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+3-3
- 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+15-9
- 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+13-13
- 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/precommit.py+1
- 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 %}+4-2
- {{cookiecutter.project_name}}/.pre-commit-config.yaml+5-5
- {{cookiecutter.project_name}}/.readthedocs.yaml+5-6
- {{cookiecutter.project_name}}/noxfile.py+11-9
- {{cookiecutter.project_name}}/pyproject.toml+33-28
- {{cookiecutter.project_name}}/{% if cookiecutter.__ci=='gitlab' %}.gitlab-ci.yml{% endif %}+1-1
0 commit comments