You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`python-modernize` should print a plain diff, without script info / errors
Right now when redirecting modernize results to a file (`python-modernize script.py > patch.diff`) the resulting `patch.diff` file contains some info regarding fixers and transformations used by `python-modernize` which is useless and makes a corrupted patch file.
Signed-off-by: speidy <[email protected]>
0 commit comments