python: Migrate to black

This commit is contained in:
Mizux Seiha
2023-06-29 15:27:25 +02:00
parent 86c656b02a
commit 810d9308ba
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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