Added tt entails algorithm #13743
Annotations
3 errors
ruff
Process completed with exit code 1.
|
Ruff (S307):
machine_learning/ttentails.py#L26
machine_learning/ttentails.py:26:12: S307 Use of possibly insecure function; consider using `ast.literal_eval`
|
Ruff (S105):
machine_learning/ttentails.py#L22
machine_learning/ttentails.py:22:62: S105 Possible hardcoded password assigned to: "token"
|