Skip to content

adding text-to-cad python script #55

adding text-to-cad python script

adding text-to-cad python script #55

Triggered via pull request January 25, 2024 20:51
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (F401): tutorials/text-to-cad/text-to-cad.py#L2
tutorials/text-to-cad/text-to-cad.py:2:20: F401 `typing.Any` imported but unused
Ruff (F401): tutorials/text-to-cad/text-to-cad.py#L2
tutorials/text-to-cad/text-to-cad.py:2:20: F401 `typing.Any` imported but unused
Ruff (F401): tutorials/text-to-cad/text-to-cad.py#L2
tutorials/text-to-cad/text-to-cad.py:2:25: F401 `typing.List` imported but unused
Ruff (F401): tutorials/text-to-cad/text-to-cad.py#L2
tutorials/text-to-cad/text-to-cad.py:2:25: F401 `typing.List` imported but unused
Ruff (F401): tutorials/text-to-cad/text-to-cad.py#L2
tutorials/text-to-cad/text-to-cad.py:2:41: F401 `typing.Tuple` imported but unused
Ruff (F401): tutorials/text-to-cad/text-to-cad.py#L2
tutorials/text-to-cad/text-to-cad.py:2:41: F401 `typing.Tuple` imported but unused
Ruff (F401): tutorials/text-to-cad/text-to-cad.py#L9
tutorials/text-to-cad/text-to-cad.py:9:28: F401 `kittycad.types.Response` imported but unused
Ruff (F401): tutorials/text-to-cad/text-to-cad.py#L9
tutorials/text-to-cad/text-to-cad.py:9:28: F401 `kittycad.types.Response` imported but unused
Ruff (E711): tutorials/text-to-cad/text-to-cad.py#L27
tutorials/text-to-cad/text-to-cad.py:27:47: E711 Comparison to `None` should be `cond is None`
Ruff (E711): tutorials/text-to-cad/text-to-cad.py#L27
tutorials/text-to-cad/text-to-cad.py:27:47: E711 Comparison to `None` should be `cond is None`
ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.