LibCST/libcst/codemod/commands
2020-02-18 15:56:05 -08:00
..
tests Support format specifiers in f-string conversion, getting rid of the last TODO! 2020-02-18 15:56:05 -08:00
__init__.py Apply correct copyright header to all open-sourced files. 2019-12-12 15:34:13 -08:00
add_pyre_directive.py expose all helpers in libcst.helpers for convenience 2020-01-14 15:11:48 -08:00
convert_format_to_fstring.py Support format specifiers in f-string conversion, getting rid of the last TODO! 2020-02-18 15:56:05 -08:00
convert_precent_format_to_fstring.py [codemod] add ConvertPercentFormatStringCommand 2020-01-30 06:01:21 +08:00
ensure_import_present.py Add ability to specify an alias when adding a needed import from command-line. 2020-02-11 10:25:27 -08:00
fix_pyre_directives.py expose all helpers in libcst.helpers for convenience 2020-01-14 15:11:48 -08:00
noop.py Apply correct copyright header to all open-sourced files. 2019-12-12 15:34:13 -08:00
remove_pyre_directive.py Apply correct copyright header to all open-sourced files. 2019-12-12 15:34:13 -08:00
strip_strings_from_types.py Use new SimpleString helper in a few codemods. 2020-01-28 13:45:03 -08:00
unnecessary_format_string.py Fix some typos. 2020-01-09 14:28:24 -08:00