Skip to content

Commit

Permalink
Check jupyter notebooks with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozaq committed Oct 16, 2023
1 parent 8efd0e8 commit 815855f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion container/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ COPY requirements.txt /opt/
RUN /opt/python/cp310-cp310/bin/pip install -r /opt/requirements.txt && \
/opt/python/cp311-cp311/bin/pip install -r /opt/requirements.txt && \
pipx install isort==5.12.0 --python python3.11 && \
pipx install black==23.7.0 --python python3.11
pipx install black==23.7.0 --python python3.11

RUN git config --global --add safe.directory '*'
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ pandas~=2.1
# ci deps
jinja2
black==23.7.0
jupyter-black==0.3.4
isort==5.12.0

0 comments on commit 815855f

Please sign in to comment.