LibCST
LibCST copied to clipboard
A way to silence "Failed to determine module name"?
I'm using parallel_exec_transform_with_prettyprint from my own command-line script and it prints a lot of "Failed to determine module name" messages from https://github.com/Instagram/LibCST/blob/main/libcst/codemod/_cli.py#L265
Is there a good way to silence that?