Skip to content

Commit 2e253d8

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent 2913d1c commit 2e253d8

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ any problems it might discover.
66
77
Want to make a perfect pull request?
88
9-
• Keep the pull request reasonably sized. Creating more pull request is sometimes better.
9+
• Keep the pull request reasonably sized. Creating more pull requests is sometimes better.
1010
• Describe what the pull request does and what issues it does address.
1111
• Ensure that lint and unit tests pass.
1212
• Add tests that prove that the fix is effective or that the new feature works.

.github/workflows/helm-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2525
with:
26-
python-version: 3.11 || 3.13 || 3.14
26+
python-version: '3.14'
2727

2828
- name: Set up chart-testing
2929
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
@@ -49,7 +49,7 @@ jobs:
4949

5050
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5151
with:
52-
python-version: 3.11 || 3.13 || 3.14
52+
python-version: '3.14'
5353

5454
- name: Set up chart-testing
5555
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Python
4242
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4343
with:
44-
python-version: 3.13 || 3.14
44+
python-version: '3.14'
4545
- uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0.0
4646
with:
4747
enable-cache: false

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ ci:
6363
autoupdate_schedule: quarterly
6464
skip:
6565
- gitleaks-docker
66+
- reuse

0 commit comments

Comments
 (0)