Skip to content

Commit a733b1d

Browse files
authored
Merge branch 'main' into refactor/switch-to-cocogitto-and-git-cliff
2 parents 610443e + d64df38 commit a733b1d

13 files changed

Lines changed: 59 additions & 45 deletions

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ repos:
2424
# sub-packages, which confuses pre-commit when it tries to find the latest
2525
# version
2626
- repo: https://github.com/adhtruong/mirrors-typos
27-
rev: v1.46.2
27+
rev: v1.46.3
2828
hooks:
2929
- id: typos
3030

3131
- repo: https://github.com/rvben/rumdl-pre-commit
32-
rev: v0.1.96
32+
rev: v0.2.0
3333
hooks:
3434
- id: rumdl-fmt # Auto-format

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ within each release.
2222
Commits from bots, like `dependabot` or `pre-commit-ci`, are not
2323
included in the changelog.
2424

25+
## [0.23.2](https://github.com/seedcase-project/template-python-package/compare/0.23.1..0.23.2) - 2026-05-22
26+
27+
### ♻️ Refactor
28+
29+
- Match changes from t-squared and from root folder
30+
[#287](https://github.com/seedcase-project/template-python-package/pull/287)
31+
by [`@lwjohnst86`](https://github.com/lwjohnst86)
32+
([317884a](https://github.com/seedcase-project/template-python-package/commit/317884a3486afc9d8aa7524039d3c1014babb9df))
33+
2534
## [0.23.1](https://github.com/seedcase-project/template-python-package/compare/0.23.0..0.23.1) - 2026-05-22
2635

2736
### ♻️ Refactor

template/.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ max_line_length = 88
1515
# Have a bit shorter line length for text docs
1616
[*.{txt,md,qmd}]
1717
max_line_length = 72
18-
indent_size = 4
1918

2019
# Python always uses 4 spaces for tabs
2120
[*.py]

template/.github/CODEOWNERS.jinja

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
# All members on Developers team get added to review PRs
2-
* {{ review_team }}
1+
# Which team or person to inform for PRs that modify these files.
2+
# `*` means all files in the repository.
3+
# TODO: Add code owners.
4+
*

template/.github/workflows/add-to-project.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
pull-requests: write
2222
with:
23-
# TODO: Fill in the board number.
23+
# TODO: Add the board number.
2424
board-number: ""
2525
app-id: {{ '${{ vars.ADD_TO_BOARD_APP_ID }}' }}
2626
secrets:

template/.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,20 @@ repos:
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
18+
- id: mixed-line-ending
19+
args: [--fix=lf]
1820
- id: check-merge-conflict
1921
args: [--assume-in-merge]
2022

2123
# Use the mirror since the main `typos` repo has tags for different
2224
# sub-packages, which confuses pre-commit when it tries to find the latest
2325
# version
2426
- repo: https://github.com/adhtruong/mirrors-typos
25-
rev: v1.43.4
27+
rev: v1.46.2
2628
hooks:
2729
- id: typos
2830

2931
- repo: https://github.com/rvben/rumdl-pre-commit
30-
rev: v0.1.18
32+
rev: v0.1.94
3133
hooks:
3234
- id: rumdl-fmt # Auto-format

template/LICENSE.md.jinja

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22

33
Copyright (c) {{ copyright_year }} {{ github_repo }} authors
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a
6+
copy of this software and associated documentation files (the
7+
"Software"), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
1112

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
13+
The above copyright notice and this permission notice shall be included
14+
in all copies or substantial portions of the Software.
1415

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
NOTE: Will be overwritten after running `just build-readme`.
1+
<!-- Will be generated from README.qmd -->

template/TODO.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,16 @@
2727
repository.
2828
- Create an `UPDATE_VERSION_APP_ID` and `ADD_TO_BOARD_APP_ID` variable
2929
of the GitHub Apps' IDs if you haven't already and connect them to
30-
the repository.
31-
{%- else -%}
30+
the repository. {%- else -%}
3231
- Install the [gh CLI](https://cli.github.com/) to create the GitHub
3332
repository from the command line by using
34-
`gh repo create {{ github_repo_spec }} --source=. --public`.
35-
{%- endif %}
36-
{% if hosting_provider == "netlify" %}
33+
`gh repo create {{ github_repo_spec }} --source=. --public`. {%- endif
34+
%} {% if hosting_provider == "netlify" %}
3735
- Connect the repository to Netlify and turn off the builds on Netlify,
3836
since you will be using GitHub Actions to build and deploy the
39-
website.
40-
{%- elif hosting_provider == "gh-pages" -%}
37+
website. {%- elif hosting_provider == "gh-pages" -%}
4138
- Run `quarto publish gh-pages` to setup and start publishing the
42-
website to GitHub Pages.
43-
{%- endif %}
39+
website to GitHub Pages. {%- endif %}
4440
- If relevant, connect [GoatCounter](https://www.goatcounter.com/).
4541
- If relevant, connect [pre-commit.ci](https://pre-commit.ci/) to the
4642
repository and enable the pre-commit hooks.

template/_metadata.yml.jinja

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
gh:
2-
repo: {{ github_repo }}
3-
org: {{ github_user }}
2+
org: "{{ github_user }}"
3+
repo: "{{ github_repo }}"
4+
5+
# TODO: Add a short description of the package here, used in the README and landing page.
6+
tagline: ""
47

58
links:
69
github: "https://github.com/{{ github_user }}/{{ github_repo }}"
7-
# TODO: Confirm this is the correct URL
8-
site: "https://{{ github_repo }}.{{ github_user }}.org
10+
# TODO: Add the correct URL
11+
site: ""

0 commit comments

Comments
 (0)