Description
It seems that the failures for pylint have [pylint]
prepended to the filename in the failure output:
It would be great to have [mypy]
prepended to the filenames of the errors that belong to mypy (the second list of errors on the picture above). Or is this something that can be somehow configured in mypy and/or somewhere in pytest?