File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
17
17
# ruff - linting + formatting
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : " v0.7.1 "
19
+ rev : " v0.8.5 "
20
20
hooks :
21
21
- id : ruff
22
22
name : ruff
25
25
26
26
# mypy - lint-like type checking
27
27
- repo : https://github.com/pre-commit/mirrors-mypy
28
- rev : v1.13.0
28
+ rev : v1.14.1
29
29
hooks :
30
30
- id : mypy
31
31
name : mypy
52
52
53
53
# bandit - find common security issues
54
54
- repo : https://github.com/pycqa/bandit
55
- rev : 1.7.10
55
+ rev : 1.8.0
56
56
hooks :
57
57
- id : bandit
58
58
name : bandit
Original file line number Diff line number Diff line change 1
- 3.13.0
1
+ 3.13.1
Original file line number Diff line number Diff line change 1
- FROM python:3.13.0 -slim-bookworm AS python-base
1
+ FROM python:3.13.1 -slim-bookworm AS python-base
2
2
3
3
ENV PYTHONUNBUFFERED=1 \
4
4
PYTHONDONTWRITEBYTECODE=1 \
@@ -9,7 +9,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
9
9
10
10
FROM python-base AS builder-base
11
11
12
- COPY --from=ghcr.io/astral-sh/uv:0.4.27 /uv /bin/uv
12
+ COPY --from=ghcr.io/astral-sh/uv:0.5.14 /uv /bin/uv
13
13
14
14
WORKDIR $WORKDIR_PATH
15
15
You can’t perform that action at this time.
0 commit comments