notEvil

Results 62 comments of notEvil

Its merely a hack which serves my primitive use case so far (I'm not a power user). For instance, auto update of file status doesn't work.

I found another inconsistency related to code ranges: `Tuple` doesn't include parens ```python import libcst import libcst.metadata as l_metadata metadata_wrapper = libcst.MetadataWrapper(libcst.parse_module(""" (None,) [None] {None} {None: None} """)) code_ranges =...