Add tt entails #13739
Annotations
5 errors
ruff
Process completed with exit code 1.
|
Ruff (E501):
machine_learning/ttentails.py#L32
machine_learning/ttentails.py:32:89: E501 Line too long (92 > 88)
|
Ruff (S307):
machine_learning/ttentails.py#L32
machine_learning/ttentails.py:32:70: S307 Use of possibly insecure function; consider using `ast.literal_eval`
|
Ruff (S307):
machine_learning/ttentails.py#L32
machine_learning/ttentails.py:32:16: S307 Use of possibly insecure function; consider using `ast.literal_eval`
|
Ruff (I001):
machine_learning/ttentails.py#L10
machine_learning/ttentails.py:10:1: I001 Import block is un-sorted or un-formatted
|