diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6d5a272c0e1e49..34ffee257fd319 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build:98 + image: ghcr.io/project-chip/chip-build:115 steps: - name: Checkout diff --git a/ruff.toml b/ruff.toml index fdb945ef4e07e4..2195539eb017d5 100644 --- a/ruff.toml +++ b/ruff.toml @@ -7,6 +7,8 @@ exclude = [ "out", "third_party", "examples/common/QRCode/", + # TODO(#37698) + "docs/development_controllers/chip-repl/*.ipynb", ] target-version = "py310"