mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Update black binary to 21.11b1 (#2162)
Release reference: https://github.com/psf/black/releases/tag/21.11b1
This commit is contained in:
parent
fee08c5991
commit
8ad8ddc578
2 changed files with 2 additions and 2 deletions
|
@ -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 #
|
||||||
|
|
|
@ -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 #
|
||||||
|
|
Loading…
Reference in a new issue