Skip to content

Commit d86766b

Browse files
committed
Enable more refactor transforms for python2
1 parent 4cc7f9a commit d86766b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/python2/conf.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,15 @@ transpile:
2222
refactor:
2323
autogen: true
2424
transforms:
25+
- rename_unnamed
26+
- reorganize_definitions
2527
- remove_unused_labels
28+
- remove_null_terminator
29+
- bytestr_to_str
30+
- convert_format_args
31+
- convert_printfs
32+
- fix_unused_unsafe
33+
- remove_redundant_casts
2634
- remove_literal_suffixes
2735
- convert_cast_as_ptr
2836
- remove_unnecessary_refs

0 commit comments

Comments
 (0)