We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88cf0f commit d0d774fCopy full SHA for d0d774f
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
17
# ruff - linting + formatting
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.12.0
+ rev: v0.12.2
20
hooks:
21
- id: ruff
22
name: ruff
@@ -52,7 +52,7 @@ repos:
52
53
# bandit - find common security issues
54
- repo: https://github.com/pycqa/bandit
55
- rev: 1.8.5
+ rev: 1.8.6
56
57
- id: bandit
58
name: bandit
Dockerfile
@@ -9,7 +9,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
9
10
FROM python-base AS builder-base
11
12
-COPY --from=ghcr.io/astral-sh/uv:0.7.13 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.7.20 /uv /uvx /bin/
13
14
WORKDIR $WORKDIR_PATH
15
0 commit comments