<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>when I run Pylint as a Build command I use the pylint parameter</DIV>
<DIV>    --msg-template="{path}:{line}: [{msg_id}({symbol}), 
{obj}] {msg}"</DIV>
<DIV>and get the messages in the compiler tab of Geany coloured and</DIV>
<DIV>when I klick the red lines the cursor jumps to that line (marvellous)</DIV>
<DIV> </DIV>
<DIV>the same behaviour I would like with Mypy:</DIV>
<DIV>    -    with no parameters the print looks 
good, but no (coloured) clickable lines</DIV>
<DIV>    -    with parm â€“pretty it looks better 
(carets indicate the error more precisely)</DIV>
<DIV>                
but still no klickable lines</DIV>
<DIV> </DIV>
<DIV>what have I 
missed?                                                                         
</DIV></DIV></DIV></BODY></HTML>