Skip to content

πŸ’š Fix code embedding CI #111

πŸ’š Fix code embedding CI

πŸ’š Fix code embedding CI #111

Triggered via push December 6, 2024 21:44
Status Success
Total duration 37s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
Ruff (D100): dev/readme_snippets/raw/features_demo.py#L1
dev/readme_snippets/raw/features_demo.py:1:1: D100 Missing docstring in public module
Ruff (ARG005): dev/readme_snippets/raw/features_demo.py#L29
dev/readme_snippets/raw/features_demo.py:29:31: ARG005 Unused lambda argument: `k`
Ruff (S102): dev/scripts/format_snippet_prints.py#L37
dev/scripts/format_snippet_prints.py:37:9: S102 Use of `exec` detected
build (3.12, ubuntu-latest)
Process completed with exit code 1.
build (3.12, ubuntu-latest)
Process completed with exit code 1.
build (3.12, ubuntu-latest)
Process completed with exit code 1.
build (3.12, ubuntu-latest): dev/readme_snippets/raw/features_demo.py#L29
Unnecessary isinstance call; "int" is always an instance of "int" (reportUnnecessaryIsInstance)
build (3.12, ubuntu-latest): tests/test_core.py#L413
Type of parameter "x" is unknown (reportUnknownLambdaType)
build (3.12, ubuntu-latest): tests/test_core.py#L413
Return type of lambda is unknown (reportUnknownLambdaType)
build (3.12, ubuntu-latest): tests/test_core.py#L464
Return type is unknown (reportUnknownParameterType)
build (3.12, ubuntu-latest): tests/test_core.py#L464
Type of parameter "x" is unknown (reportUnknownParameterType)
build (3.12, ubuntu-latest): tests/test_core.py#L464
Type annotation is missing for parameter "x" (reportMissingParameterType)
build (3.12, ubuntu-latest): tests/test_core.py#L489
Type of parameter "x" is unknown (reportUnknownParameterType)
build (3.12, ubuntu-latest): tests/test_core.py#L489
Type annotation is missing for parameter "x" (reportMissingParameterType)
build (3.12, ubuntu-latest): tests/test_core.py#L534
Type of parameter "k" is unknown (reportUnknownLambdaType)
build (3.12, ubuntu-latest): tests/test_core.py#L534
Type of parameter "v" is unknown (reportUnknownLambdaType)