Skip to content

Commit 0e13412

Browse files
authored
Merge branch 'master' into feature/closure_device_type_xml_generation
2 parents 36b10a5 + 0d6b2fb commit 0e13412

10 files changed

+626
-138
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)