Skip to content

Commit bcbd111

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent 173372a commit bcbd111

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

.github/workflows/mypy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
enable-cache: true
3030
cache-dependency-glob: ''
3131
cache-suffix: '3.13'
32-
# renovate: datasource=pypi depName=uv versioning=pep440
3332
version: 0.9.4
3433
- name: Setup Python
3534
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0

.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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
with:
2323
enable-cache: true
2424
cache-dependency-glob: ''
25-
# renovate: datasource=pypi depName=uv versioning=pep440
2625
version: 0.9.4
2726
- name: Install dependencies
2827
run: uv pip install --system -e .[dev]
@@ -56,7 +55,6 @@ jobs:
5655
steps:
5756
- uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
5857
with:
59-
# renovate: datasource=pypi depName=uv versioning=pep440
6058
version: 0.9.4
6159
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
6260
with:

.github/workflows/update-generated.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
python-version: '3.14'
3939
- uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
4040
with:
41-
# renovate: datasource=pypi depName=uv versioning=pep440
4241
version: 0.9.4
4342
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4443
with:

0 commit comments

Comments
 (0)