Skip to content

LibCST 0.3.6 Release - 2020-05-29

Compare
Choose a tag to compare
@josieesh josieesh released this 29 May 15:56
666247a

Added

  • Added ConvertNamedTupleToDataclassCommand to convert NamedTuple class declarations to Python 3.7 dataclasses using the @dataclass(frozen=True) decorator. #299

Fixed

  • Fixed typo in file name libcst/codemod/commands/convert_percent_format_to_fstring.py. #301
  • Fixed StopIteration exception during scope analysis matching on import names. #302