test: add network mocking for example tests #31
Annotations
6 errors
|
lint
The process '/opt/hostedtoolcache/ruff/0.12.8/x86_64/ruff' failed with exit code 1
|
|
Ruff (W293):
examples/test_examples.py#L81
examples/test_examples.py:81:1: W293 Blank line contains whitespace
|
|
Ruff (W291):
examples/test_examples.py#L72
examples/test_examples.py:72:40: W291 Trailing whitespace
|
|
Ruff (W293):
examples/test_examples.py#L71
examples/test_examples.py:71:1: W293 Blank line contains whitespace
|
|
Ruff (F401):
examples/test_examples.py#L5
examples/test_examples.py:5:20: F401 `typing.Any` imported but unused
|
|
Ruff (F401):
examples/test_examples.py#L2
examples/test_examples.py:2:8: F401 `os` imported but unused
|