Skip to content

Commit 9a74f4f

Browse files
committed
Remove uv and pip
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 90959f0 commit 9a74f4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ max-parents=7
309309
max-public-methods=20
310310

311311
# Maximum number of return / yield for function / method body.
312-
max-returns=8
312+
max-returns=12
313313

314314
# Maximum number of statements in function / method body.
315315
max-statements=50

Containerfile.lite

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ RUN set -euo pipefail \
6767
&& python3 -m venv /app/.venv \
6868
&& /app/.venv/bin/pip install --no-cache-dir --upgrade pip setuptools wheel pdm uv \
6969
&& /app/.venv/bin/uv pip install ".[redis,postgres]" \
70+
&& /app/.venv/bin/pip uninstall --yes uv pip \
7071
&& rm -rf /root/.cache /var/cache/dnf
7172

7273
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)