Added tt entails algorithm #13742
Annotations
5 errors
ruff
Process completed with exit code 1.
|
Ruff (E501):
machine_learning/ttentails.py#L46
machine_learning/ttentails.py:46:89: E501 Line too long (94 > 88)
|
Ruff (S307):
machine_learning/ttentails.py#L23
machine_learning/ttentails.py:23:12: S307 Use of possibly insecure function; consider using `ast.literal_eval`
|
Ruff (E501):
machine_learning/ttentails.py#L21
machine_learning/ttentails.py:21:89: E501 Line too long (112 > 88)
|
Ruff (S105):
machine_learning/ttentails.py#L21
machine_learning/ttentails.py:21:69: S105 Possible hardcoded password assigned to: "token"
|