This repository has been archived by the owner on May 28, 2024. It is now read-only.
π¦π Lint #247
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 errors
Ruff (E721):
tests/integration/test_openai_compatibility.py#L47
tests/integration/test_openai_compatibility.py:47:16: E721 Do not compare types, use `isinstance()`
|
Ruff (E721):
tests/integration/test_openai_compatibility.py#L58
tests/integration/test_openai_compatibility.py:58:20: E721 Do not compare types, use `isinstance()`
|
Ruff (E721):
tests/integration/test_openai_compatibility.py#L75
tests/integration/test_openai_compatibility.py:75:24: E721 Do not compare types, use `isinstance()`
|
Ruff (E721):
tests/integration/test_openai_compatibility.py#L80
tests/integration/test_openai_compatibility.py:80:24: E721 Do not compare types, use `isinstance()`
|
Ruff (E721):
tests/integration/test_openai_compatibility.py#L87
tests/integration/test_openai_compatibility.py:87:16: E721 Do not compare types, use `isinstance()`
|
lint
Process completed with exit code 1.
|