Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update diff parsing for isort 5.5+ (#49)
PyCQA/isort#1429 fixed --check's output so that the error message and diff output are separated into STDERR and STDOUT rather than combined in STDOUT. This means we need to update our diff parsing function accordingly. Also fix the version parsing routine to read from STDOUT. This was busted for at least a few versions.
- Loading branch information