Task refactor #224
Annotations
10 errors
Lint with Ruff:
docprompt/tasks/base.py#L1
docprompt/tasks/base.py:1:1: I001 Import block is un-sorted or un-formatted
|
Lint with Ruff:
docprompt/tasks/base.py#L1
docprompt/tasks/base.py:1:17: F401 `abc.abstractmethod` imported but unused
|
Lint with Ruff:
docprompt/tasks/base.py#L16
docprompt/tasks/base.py:16:31: F401 `typing_extensions.ParamSpecKwargs` imported but unused
|
Lint with Ruff:
docprompt/tasks/classification/image.py#L6
docprompt/tasks/classification/image.py:6:22: F401 `pydantic.Field` imported but unused
|
Lint with Ruff:
docprompt/tasks/result.py#L52
docprompt/tasks/result.py:52:43: SyntaxError: Expected ',', found name
|
Lint with Ruff:
docprompt/tasks/table_extraction/base.py#L1
docprompt/tasks/table_extraction/base.py:1:1: I001 Import block is un-sorted or un-formatted
|
Lint with Ruff:
docprompt/tasks/table_extraction/base.py#L4
docprompt/tasks/table_extraction/base.py:4:34: F401 `docprompt.tasks.base.AbstractPageTaskProvider` imported but unused
|
Lint with Ruff:
docprompt/tasks/table_extraction/image_xml.py#L5
docprompt/tasks/table_extraction/image_xml.py:5:22: F401 `pydantic.Field` imported but unused
|
Lint with Ruff:
tests/tasks/classification/test_anthropic.py#L1
tests/tasks/classification/test_anthropic.py:1:1: I001 Import block is un-sorted or un-formatted
|
Lint with Ruff:
tests/tasks/markerize/test_anthropic.py#L5
tests/tasks/markerize/test_anthropic.py:5:1: I001 Import block is un-sorted or un-formatted
|
Loading