mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Update black binary to 21.9b0 (#1909)
[Release Notes](https://github.com/psf/black/releases/tag/21.9b0)
This commit is contained in:
parent
a3cce70fa3
commit
0c13701087
2 changed files with 2 additions and 2 deletions
|
@ -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 #
|
||||
|
|
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue