diff options
Diffstat (limited to 'tools/py3tool.py')
-rwxr-xr-x | tools/py3tool.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py index cf688d55b..7ac7fcb71 100755 --- a/tools/py3tool.py +++ b/tools/py3tool.py @@ -73,6 +73,7 @@ FIXES_TO_SKIP = [ 'imports2', 'print', 'dict', + 'repr', ] skip_fixes= [] |