Skip to content

Commit

Permalink
adds autopep8, black for command line usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Jan 4, 2024
1 parent e3aa040 commit 2392a2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ RUN cd /usr/local/lib/node_modules/http-server/lib/core/show-dir && \
RUN apt update && \
apt install --no-install-recommends --no-install-suggests --yes libmagic-dev `# For style50` && \
pip3 install --no-cache-dir \
autopep8 \
black \
"check50<4" \
compare50 \
cs50 \
Expand Down

0 comments on commit 2392a2c

Please sign in to comment.