Update guardrails demo to use webrtc #94
Annotations
10 errors and 2 warnings
|
ruff (FURB122):
text-to-speech/python/quickstart/example/main.py#L25
text-to-speech/python/quickstart/example/main.py:25:13: FURB122 Use of `f.write` in a for loop
help: Replace with `f.writelines`
|
|
ruff (BLE001):
speech-to-text/python/quickstart/example/main.py#L28
speech-to-text/python/quickstart/example/main.py:28:12: BLE001 Do not catch blind exception: `Exception`
|
|
ruff (BLE001):
sound-effects/python/quickstart/example/main.py#L31
sound-effects/python/quickstart/example/main.py:31:12: BLE001 Do not catch blind exception: `Exception`
|
|
ruff (BLE001):
music/python/quickstart/example/main.py#L129
music/python/quickstart/example/main.py:129:12: BLE001 Do not catch blind exception: `Exception`
|
|
ruff (FURB122):
music/python/quickstart/example/main.py#L114
music/python/quickstart/example/main.py:114:13: FURB122 Use of `f.write` in a for loop
help: Replace with `f.writelines`
|
|
ruff (UP045):
music/python/quickstart/example/main.py#L35
music/python/quickstart/example/main.py:35:42: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (I001):
music/python/quickstart/example/main.py#L1
music/python/quickstart/example/main.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (RUF059):
.cursor/skills/scaffold-elevenlabs-example/scripts/scaffold_example.py#L122
.cursor/skills/scaffold-elevenlabs-example/scripts/scaffold_example.py:122:23: RUF059 Unpacked variable `slug` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (FURB192):
.cursor/skills/scaffold-elevenlabs-example/scripts/scaffold_example.py#L78
.cursor/skills/scaffold-elevenlabs-example/scripts/scaffold_example.py:78:12: FURB192 Prefer `min` over `sorted()` to compute the minimum value in a sequence
help: Replace with `min`
|
|
ruff (EXE001):
.cursor/skills/scaffold-elevenlabs-example/scripts/scaffold_example.py#L1
.cursor/skills/scaffold-elevenlabs-example/scripts/scaffold_example.py:1:1: EXE001 Shebang is present but file is not executable
|
|
prettier
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ruff
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, astral-sh/ruff-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|