We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469654d commit b45ef4bCopy full SHA for b45ef4b
Dockerfile
@@ -33,7 +33,7 @@ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommend
33
python3 python3-venv python3-pip python3-dev && \
34
apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*
35
36
-RUN pip3 install debugpy pytest pytest-cov pytest-mock cython pylint pylint-exit black pre-commit pyright
+RUN pip3 install debugpy pytest pytest-cov pytest-mock cython pylint==3.3.9 pylint-exit black pre-commit pyright
37
38
# --- nvm + Node.js 22 (with symlinks so node/npm are always on PATH)
39
ENV NVM_DIR=/root/.nvm
0 commit comments