Skip to content

Commit 3f7efe6

Browse files
authored
Merge pull request #259 from RegioHelden/modulesync
Update ruff to 0.15.11, ty to 0.0.31 and uv to 0.11.7
2 parents a7646cc + 28fdc9c commit 3f7efe6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"ghcr.io/devcontainers/features/common-utils:2.5.7": {},
2424
"ghcr.io/devcontainers/features/git:1.3.5": {},
2525
"ghcr.io/devcontainers-extra/features/ruff:2.0.0": {
26-
"version": "0.15.10"
26+
"version": "0.15.11"
2727
},
2828
"ghcr.io/devcontainers-extra/features/ty:1.0.0": {
29-
"version": "0.0.29"
29+
"version": "0.0.31"
3030
}
3131
},
3232
// configure vscode

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
contents: read
1919
uses: RegioHelden/github-reusable-workflows/.github/workflows/python-ruff.yaml@v2.8.1
2020
with:
21-
ruff-version: "0.15.10"
21+
ruff-version: "0.15.11"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COPY --chown=app requirements* /app/
2828

2929
ENV PATH=/home/app/.local/bin:/home/app/venv/bin:${PATH} DJANGO_SETTINGS_MODULE=example.settings
3030

31-
RUN pipx install --force uv==0.11.6 && \
31+
RUN pipx install --force uv==0.11.7 && \
3232
uv venv ~/venv --clear && \
3333
uv pip install --no-cache --upgrade --requirements /app/requirements-test.txt && \
3434
uv cache clean

0 commit comments

Comments
 (0)