Update black binary to 21.9b0 (#1909)

[Release Notes](https://github.com/psf/black/releases/tag/21.9b0)
This commit is contained in:
Jameel Al-Aziz 2021-09-14 06:28:14 -07:00 committed by GitHub
parent a3cce70fa3
commit 0c13701087
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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