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
My solution is to add (replace-string "^[[0m" "") (the ^[ has to be typed using c-q ESC) directly after (kill-buffer tmpbuf) which solves the problem, but is obviously a pretty horrible hack ...
Whenever I run
isortify-buffer
or haveisortify-mode
on, an escape sequence is added to the buffer which I have to manually remove.Previously this did not happen. Maybe it is a problem with newer isort-versions? Currently using isort v5.7.0
The text was updated successfully, but these errors were encountered: