It seems that tools like pylint use [pylint] <filename> as the header of failed tests:

It would be excellent if pytest-isort could do it similarly instead of using isort-check in each header and noting the filename in the first line as ERROR: <filename> Imports are incorrectly sorted..
It seems that tools like pylint use
[pylint] <filename>as the header of failed tests:It would be excellent if pytest-isort could do it similarly instead of using
isort-checkin each header and noting the filename in the first line asERROR: <filename> Imports are incorrectly sorted..