Skip to content

Commit

Permalink
Added python linters flake8 and black as well as test framework pytes…
Browse files Browse the repository at this point in the history
…t to the base layer
  • Loading branch information
n7s committed Aug 28, 2024
1 parent 6bb7bbe commit 3a2e1cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
python3-venv \
jq \
asciidoctor \
ruby-rouge
ruby-rouge \
flake8 \
black \
python3-pytest
python3 -m pip config --global set global.disable-pip-version-check true
python3 -m pip config --global set global.use-deprecated legacy-resolver
python3 -m pip config --global set global.break-system-packages true
Expand Down

0 comments on commit 3a2e1cd

Please sign in to comment.