File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616
1717 # ruff - linting + formatting
1818 - repo : https://github.com/astral-sh/ruff-pre-commit
19- rev : " v0.6.9 "
19+ rev : " v0.7.0 "
2020 hooks :
2121 - id : ruff
2222 name : ruff
2525
2626 # mypy - lint-like type checking
2727 - repo : https://github.com/pre-commit/mirrors-mypy
28- rev : v1.11.2
28+ rev : v1.12.1
2929 hooks :
3030 - id : mypy
3131 name : mypy
Original file line number Diff line number Diff line change 1- 3.12.7
1+ 3.13.0
Original file line number Diff line number Diff line change 1- FROM python:3.12.7 -slim-bookworm AS python-base
1+ FROM python:3.13.0 -slim-bookworm AS python-base
22
33ENV PYTHONUNBUFFERED=1 \
44 PYTHONDONTWRITEBYTECODE=1 \
@@ -9,7 +9,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
99
1010FROM python-base AS builder-base
1111
12- COPY --from=ghcr.io/astral-sh/uv:0.4.19 /uv /bin/uv
12+ COPY --from=ghcr.io/astral-sh/uv:0.4.25 /uv /bin/uv
1313
1414WORKDIR $WORKDIR_PATH
1515
You can’t perform that action at this time.
0 commit comments