Skip to content

Commit d7faf85

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent c0f1ffc commit d7faf85

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/mypy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
save-cache: ${{ github.ref == 'refs/heads/main' }}
3737
cache-suffix: ${{ steps.setup_python.outputs.python-version }}
3838

39-
# renovate: datasource=pypi depName=uv versioning=pep440
4039
version: 0.9.4
4140
- name: Install deps
4241
env:

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
python-version: '3.14'
4545
- uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
4646
with:
47-
# renovate: datasource=pypi depName=uv versioning=pep440
4847
version: 0.9.4
4948
enable-cache: false
5049
- name: detect method

.github/workflows/setup.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
python-version: '3.14'
2323
- uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
2424
with:
25-
# renovate: datasource=pypi depName=uv versioning=pep440
2625
version: 0.9.4
2726
- name: build
2827
run: uv build

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
- uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
4848
with:
4949
cache-suffix: test-${{ matrix.python-version }}
50-
# renovate: datasource=pypi depName=uv versioning=pep440
5150
version: 0.9.4
5251
- name: Install pip dependencies
5352
run: |

0 commit comments

Comments
 (0)