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 c3c47ec
Show file tree
Hide file tree
Showing 2 changed files with 6 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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[tool.black]
exclude='''
/dev
'''

0 comments on commit c3c47ec

Please sign in to comment.