Skip to content

Commit

Permalink
fix: pin black to 23.11.0
Browse files Browse the repository at this point in the history
This commit temporary pins black to 23.11.0 since version https://github.com/psf/black/releases/tag/23.12.0
breaks this action (see #18).
  • Loading branch information
rickstaa committed Dec 12, 2023
1 parent 498ac25 commit 24bd879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3-slim
ENV PYTHONDONTWRITEBYTECODE 1 \
PYTHONUNBUFFERED 1

RUN python -m venv venv && . venv/bin/activate && pip install --upgrade pip && venv/bin/pip install --upgrade --no-cache-dir black
RUN python -m venv venv && . venv/bin/activate && pip install --upgrade pip && venv/bin/pip install --upgrade --no-cache-dir black==23.11.0

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 24bd879

Please sign in to comment.