File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
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.8.6 "
19+ rev : " v0.9.4 "
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.14.1
28+ rev : v1.15.0
2929 hooks :
3030 - id : mypy
3131 name : mypy
5353
5454 # bandit - find common security issues
5555 - repo : https://github.com/pycqa/bandit
56- rev : 1.8.0
56+ rev : 1.8.2
5757 hooks :
5858 - id : bandit
5959 name : bandit
Original file line number Diff line number Diff line change @@ -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.5.15 /uv /bin/uv
12+ COPY --from=ghcr.io/astral-sh/uv:0.5.29 /uv /bin/uv
1313
1414WORKDIR $WORKDIR_PATH
1515
You can’t perform that action at this time.
0 commit comments