Skip to content

Commit

Permalink
Add flake8 checker to chip-build Docker image (#24171)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq authored and pull[bot] committed Jan 20, 2024
1 parent 3c44166 commit 1087716
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion integrations/docker/images/chip-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,22 @@ RUN set -x \
&& : # last line

RUN set -x \
&& pip3 install attrs coloredlogs PyGithub pygit future portpicker mobly click cxxfilt ghapi pandas tabulate \
&& pip3 install \
attrs \
click \
coloredlogs \
cxxfilt \
flake8 \
future \
ghapi \
mobly \
pandas \
portpicker \
pygit \
PyGithub \
tabulate \
# Cleanup
&& pip3 cache purge \
&& : # last line

# build and install gn
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.25 Version bump reason: Updating ZAP to v2022.12.20-nightly
0.6.26 Version bump reason: Add flake8 to base image

0 comments on commit 1087716

Please sign in to comment.