python: Migrate to black
This commit is contained in:
2
.github/workflows/Dockerfile
vendored
2
.github/workflows/Dockerfile
vendored
@@ -5,4 +5,4 @@ FROM alpine:edge
|
||||
RUN apk add --no-cache git clang-extra-tools
|
||||
RUN apk add --no-cache python3 py3-pip \
|
||||
&& rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED \
|
||||
&& python3 -m pip install yapf
|
||||
&& python3 -m pip install black
|
||||
|
||||
@@ -7,7 +7,7 @@ scipy==1.10.0
|
||||
# OR-Tools build dependencies
|
||||
mypy-protobuf==3.4.0
|
||||
virtualenv==20.16.6
|
||||
yapf==0.32.0
|
||||
black==23.3.0
|
||||
|
||||
# Example dependencies
|
||||
pandas==1.5.3
|
||||
|
||||
@@ -7,7 +7,7 @@ scipy==1.10.0
|
||||
# OR-Tools build dependencies
|
||||
mypy-protobuf==3.4.0
|
||||
virtualenv==20.16.6
|
||||
yapf==0.32.0
|
||||
black==23.3.0
|
||||
|
||||
# Example dependencies
|
||||
pandas==1.5.3
|
||||
|
||||
Reference in New Issue
Block a user