Skip to content

Commit 7893dba

Browse files
committed
uncomment black from pip install
1 parent 6784770 commit 7893dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ services:
8282
- -c
8383
- |
8484
set -e
85-
pip install --user nose nose-cov coveralls flake8 ptvsd #black
85+
pip install --user nose nose-cov coveralls flake8 ptvsd black
8686
pip install -e .
8787
pip freeze | grep datajoint
8888
## You may run the below tests once sh'ed into container i.e. docker exec -it datajoint-python_app_1 sh

0 commit comments

Comments
 (0)