Skip to content

Commit 0d6b2fb

Browse files
authored
Update chip-build version in lint workflow to 115 (project-chip#37699)
* Update chip-build version in lint workflow to 115 Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no> * Disable ruff on notebooks Disable ruff on notebooks until project-chip#37698 is resolved. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no> --------- Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent 06edeee commit 0d6b2fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: github.actor != 'restyled-io[bot]'
3737

3838
container:
39-
image: ghcr.io/project-chip/chip-build:98
39+
image: ghcr.io/project-chip/chip-build:115
4040

4141
steps:
4242
- name: Checkout

ruff.toml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ exclude = [
77
"out",
88
"third_party",
99
"examples/common/QRCode/",
10+
# TODO(#37698)
11+
"docs/development_controllers/chip-repl/*.ipynb",
1012
]
1113
target-version = "py310"
1214

0 commit comments

Comments
 (0)