Add Hierarchical two-stage intent variant #74
Annotations
10 errors
|
ruff (SIM114):
padacioso/__init__.py#L211
padacioso/__init__.py:211:13: SIM114 Combine `if` branches using logical `or` operator
help: Combine `if` branches
|
|
ruff (FA100):
padacioso/__init__.py#L165
padacioso/__init__.py:165:44: FA100 Add `from __future__ import annotations` to simplify `typing.List`
help: Add `from __future__ import annotations`
|
|
ruff (FA100):
padacioso/__init__.py#L116
padacioso/__init__.py:116:44: FA100 Add `from __future__ import annotations` to simplify `typing.List`
help: Add `from __future__ import annotations`
|
|
ruff (FA100):
padacioso/__init__.py#L97
padacioso/__init__.py:97:37: FA100 Add `from __future__ import annotations` to simplify `typing.List`
help: Add `from __future__ import annotations`
|
|
ruff (I001):
padacioso/__init__.py#L1
padacioso/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (RUF100):
benchmark/accuracy.py#L23
benchmark/accuracy.py:23:61: RUF100 Unused `noqa` directive (non-enabled: `E402`)
help: Remove unused `noqa` directive
|
|
ruff (RUF100):
benchmark/accuracy.py#L22
benchmark/accuracy.py:22:40: RUF100 Unused `noqa` directive (non-enabled: `E402`)
help: Remove unused `noqa` directive
|
|
ruff (I001):
benchmark/accuracy.py#L22
benchmark/accuracy.py:22:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (RUF100):
benchmark/accuracy.py#L21
benchmark/accuracy.py:21:36: RUF100 Unused `noqa` directive (non-enabled: `E402`)
help: Remove unused `noqa` directive
|
|
ruff (RUF100):
benchmark/accuracy.py#L20
benchmark/accuracy.py:20:26: RUF100 Unused `noqa` directive (non-enabled: `E402`)
help: Remove unused `noqa` directive
|