Skip to content

Commit f9024e1

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent 396c02e commit f9024e1

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

.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/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Python
3333
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3434
with:
35-
python-version: 3.13 || 3.14
35+
python-version: '3.14'
3636
- name: Install pip dependencies
3737
run: uv pip install --system -e .[dev]
3838

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Setup Python
4242
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4343
with:
44-
python-version: 3.13 || 3.14
45-
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
44+
python-version: '3.14'
45+
- uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0.0
4646
with:
4747
enable-cache: false
4848
- name: detect method

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Python
1818
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1919
with:
20-
python-version: 3.13 || 3.14
20+
python-version: '3.14'
2121
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
2222
with:
2323
enable-cache: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
persist-credentials: false
1616
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1717
with:
18-
python-version: 3.13 || 3.14
18+
python-version: '3.14'
1919
- name: Lint
2020
run: ./scripts/lint.py
2121
permissions:

.github/workflows/update-generated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Python
3636
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3737
with:
38-
python-version: 3.13 || 3.14
38+
python-version: '3.14'
3939
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
4040
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4141
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ ci:
9696
autoupdate_schedule: quarterly
9797
skip:
9898
- gitleaks-docker
99+
- reuse

0 commit comments

Comments
 (0)