File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ max-parents=7
309
309
max-public-methods =20
310
310
311
311
# Maximum number of return / yield for function / method body.
312
- max-returns =8
312
+ max-returns =12
313
313
314
314
# Maximum number of statements in function / method body.
315
315
max-statements =50
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ RUN set -euo pipefail \
67
67
&& python3 -m venv /app/.venv \
68
68
&& /app/.venv/bin/pip install --no-cache-dir --upgrade pip setuptools wheel pdm uv \
69
69
&& /app/.venv/bin/uv pip install ".[redis,postgres]" \
70
+ && /app/.venv/bin/pip uninstall --yes uv pip \
70
71
&& rm -rf /root/.cache /var/cache/dnf
71
72
72
73
# ----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments