docs: fix unreachable case-insensitive confidence claim #93
Annotations
10 errors
|
ruff (FA100):
padacioso/__init__.py#L229
padacioso/__init__.py:229:44: FA100 Add `from __future__ import annotations` to simplify `typing.List`
help: Add `from __future__ import annotations`
|
|
ruff (FA100):
padacioso/__init__.py#L142
padacioso/__init__.py:142:44: FA100 Add `from __future__ import annotations` to simplify `typing.List`
help: Add `from __future__ import annotations`
|
|
ruff (FA100):
padacioso/__init__.py#L122
padacioso/__init__.py:122:31: FA100 Add `from __future__ import annotations` to simplify `typing.List`
help: Add `from __future__ import annotations`
|
|
ruff (FA100):
padacioso/__init__.py#L110
padacioso/__init__.py:110: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
|