CM-53944-Fixed comment #1511
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (RET503):
cycode/cli/files_collector/file_excluder.py#L76
cycode/cli/files_collector/file_excluder.py:76:9: RET503 Missing explicit `return` at the end of function able to return non-`None` value
|
|
Ruff (ANN202):
cycode/cli/files_collector/file_excluder.py#L72
cycode/cli/files_collector/file_excluder.py:72:9: ANN202 Missing return type annotation for private function `_is_file_prefix_supported`
|