Skip to content

Commit 0af9905

Browse files
authored
[Docker][Python] Add ruff Python linter to chip-build (#32388)
* [Python] Add ruff Python linter to chip-build * Update subject
1 parent bd6866b commit 0af9905

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

integrations/docker/images/base/chip-build/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ RUN set -x \
152152
portpicker \
153153
pygit \
154154
PyGithub \
155+
ruff \
155156
tabulate \
156157
&& : # last line
157158

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
38 : [NXP] Update Docker image for K32W1 SDK
1+
39 : [Python] Add ruff Python linter to chip-build

0 commit comments

Comments
 (0)