We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5b2ed commit ce86183Copy full SHA for ce86183
dev-support/docker/Dockerfile
@@ -129,6 +129,8 @@ ENV PATH "${PATH}:/opt/protobuf/bin"
129
# https://github.com/PyCQA/pylint/issues/2294
130
####
131
RUN pip2 install \
132
+ astroid==1.6.6 \
133
+ isort==4.3.21 \
134
configparser==4.0.2 \
135
pylint==1.9.2
136
dev-support/docker/Dockerfile_aarch64
@@ -132,6 +132,8 @@ ENV PATH "${PATH}:/opt/protobuf/bin"
137
138
139
0 commit comments