I am using 2to3 to update some python2 code. Unfortunately there is some fixers I do not like:
- There are some fixers I do trust (like the print fixer).
- So I would like to only run one the fixers I trust.
For Python 2to3
, how do you disable all fixers and only do one or two fixers? For example if you just want to run print
fixer"?