Skip to content

Commit cd36c0b

Browse files
authored
Merge pull request #32 from legendu-net/dev
Merge dev into main
2 parents cd739fc + 2e89ba8 commit cd36c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update -y \
88
python3-all-dev python3-setuptools build-essential python3-wheel python3-apt \
99
&& pip3 install -U pip \
1010
&& pip3 install \
11-
pytype pylint yapf pytest ipython \
11+
pytype pylint black isort pytest ipython \
1212
wajig \
1313
&& ln -svf /usr/bin/python3 /usr/bin/python \
1414
&& ln -svf /usr/bin/pip3 /usr/bin/pip \

0 commit comments

Comments
 (0)