Skip to content

Commit

Permalink
feat: add black
Browse files Browse the repository at this point in the history
  • Loading branch information
bertbesser committed Feb 21, 2021
1 parent 18c8e28 commit 746c2fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM python:3.8-buster

RUN pip install --upgrade pip
RUN pip install setuptools setuptools_rust virtualenv
# black==19.10b0 is the version used in GitHub
RUN pip install setuptools setuptools_rust virtualenv black==19.10b0

0 comments on commit 746c2fc

Please sign in to comment.