Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 369311e

Browse files
committed
Enable more refactor transforms for python2
1 parent 5988c55 commit 369311e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/python2/conf.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ refactor:
2626
- rename_unnamed
2727
- reorganize_definitions
2828
- remove_unused_labels
29+
- remove_null_terminator
30+
- bytestr_to_str
31+
- convert_format_args
32+
- convert_printfs
33+
- fix_unused_unsafe
34+
- remove_redundant_casts
2935
- remove_literal_suffixes
3036
- convert_cast_as_ptr
3137
- remove_unnecessary_refs

0 commit comments

Comments
 (0)