Skip to content

Update pydantic notebook to output results/traceback to file #93

Update pydantic notebook to output results/traceback to file

Update pydantic notebook to output results/traceback to file #93

GitHub Actions / Trunk Check failed Feb 28, 2024 in 1s

Trunk Check

Checked 58 modified files
✖ 3 new issues

Details

To reproduce and test locally, run:
trunk check

For help resolving these issues, see our docs on running on PRs or debugging Trunk Check

Annotations

Check failure on line 23 in notebooks/jms_to_smallrye_reactive/caikit_tgis_langchain.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(B008)

[new] Do not perform function call `HttpClient` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable

Check failure on line 50 in notebooks/jms_to_smallrye_reactive/caikit_tgis_langchain.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(B904)

[new] Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling

Check failure on line 88 in notebooks/jms_to_smallrye_reactive/caikit_tgis_langchain.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(B028)

[new] No explicit `stacklevel` keyword argument found