Skip to content

Commit ded627e

Browse files
committed
update style50 version
1 parent 99d7386 commit ded627e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ RUN apt update && \
243243
# Install Python packages
244244
RUN pip3 install --no-cache-dir \
245245
autopep8 \
246-
black \
247246
cachelib \
248247
"check50<4" \
249248
cli50 \
@@ -255,7 +254,7 @@ RUN pip3 install --no-cache-dir \
255254
pytest \
256255
render50 \
257256
setuptools \
258-
style50 \
257+
"style50>2.10.0" \
259258
"submit50<4"
260259
261260

0 commit comments

Comments
 (0)