Skip to content

Commit

Permalink
update black to 22.3.0
Browse files Browse the repository at this point in the history
- fixes error in CI
- see psf/black#2964
  • Loading branch information
m-8k committed Apr 20, 2022
1 parent e515c46 commit a4a67ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN apt-get update && \

RUN pip3 install \
mypy==0.790 \
black==20.8b1 \
black==22.3.0 \
pylint==2.6.0 \
sympy==1.7.1 \
vtk==9.1.0 \
Expand All @@ -49,4 +49,4 @@ RUN apt-get update && \
DEBIAN_FRONTEND="noninteractive" \
apt-get install -y \
libpetsc-${PETSC_SCALAR_TYPE}-dev \
libslepc-${PETSC_SCALAR_TYPE}3.12-dev
libslepc-${PETSC_SCALAR_TYPE}3.12-dev

0 comments on commit a4a67ee

Please sign in to comment.