Transitive Closure Algorithm #13997
Annotations
6 errors
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
Run uvx ruff check --output-format=github .:
matrix/transitive_closure.py#L48
matrix/transitive_closure.py:48:22: W292 No newline at end of file
|
Run uvx ruff check --output-format=github .:
matrix/transitive_closure.py#L38
matrix/transitive_closure.py:38:60: W291 Trailing whitespace
|
Run uvx ruff check --output-format=github .:
matrix/transitive_closure.py#L28
matrix/transitive_closure.py:28:51: W291 Trailing whitespace
|
Run uvx ruff check --output-format=github .:
matrix/transitive_closure.py#L3
matrix/transitive_closure.py:3:89: E501 Line too long (91 > 88)
|
Run uvx ruff check --output-format=github .:
matrix/transitive_closure.py#L1
matrix/transitive_closure.py:1:5: N802 Function name `transitiveClosure` should be lowercase
|
Loading