Skip to content

Commit 46454e2

Browse files
authored
[skip-ci] In .devcontainer/Dockerfile: pipx install pre-commit ruff (#8893)
[skip-ci] In .devcontainer/Dockerfile: pipx install pre-commit ruff
1 parent dbaff34 commit 46454e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .devcontainer/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ ARG VARIANT=3.11-bookworm
33
FROM mcr.microsoft.com/vscode/devcontainers/python:${VARIANT}
44
COPY requirements.txt /tmp/pip-tmp/
55
RUN python3 -m pip install --upgrade pip \
6-
&& python3 -m pip install --no-cache-dir install ruff -r /tmp/pip-tmp/requirements.txt
6+
&& python3 -m pip install --no-cache-dir install -r /tmp/pip-tmp/requirements.txt \
7+
&& pipx install pre-commit ruff \
8+
&& pre-commit install

0 commit comments

Comments
 (0)