Update black binary to 21.11b1 (#2162)

Release reference:
https://github.com/psf/black/releases/tag/21.11b1
This commit is contained in:
Paolo D'Onorio De Meo 2021-11-18 16:32:09 +01:00 committed by GitHub
parent fee08c5991
commit 8ad8ddc578
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -137,7 +137,7 @@ RUN pip3 install --no-cache-dir pipenv \
######################## ########################
# Install Python Black # # Install Python Black #
######################## ########################
&& wget --tries=5 -q -O /usr/local/bin/black https://github.com/psf/black/releases/download/21.10b0/black_linux \ && wget --tries=5 -q -O /usr/local/bin/black https://github.com/psf/black/releases/download/21.11b1/black_linux \
&& chmod +x /usr/local/bin/black && chmod +x /usr/local/bin/black
############################## ##############################
# Installs Perl dependencies # # Installs Perl dependencies #

View file

@ -112,7 +112,7 @@ RUN curl --retry 5 --retry-delay 5 -sL https://cpanmin.us/ | perl - -nq --no-wge
######################## ########################
# Install Python Black # # Install Python Black #
######################## ########################
&& wget --tries=5 -q -O /usr/local/bin/black https://github.com/psf/black/releases/download/21.10b0/black_linux \ && wget --tries=5 -q -O /usr/local/bin/black https://github.com/psf/black/releases/download/21.11b1/black_linux \
&& chmod +x /usr/local/bin/black \ && chmod +x /usr/local/bin/black \
####################### #######################
# Installs ActionLint # # Installs ActionLint #