Anyone have any tricks/techniques for colorizing PyLint output?
+3
A:
If you feel up to writing a Pygments lexer then you could use pygmentize
.
Ignacio Vazquez-Abrams
2010-02-25 00:02:51
+4
A:
pylint --output-format=colorized
try pylint --help | less for more useful tricks.
gurney alex
2010-02-25 10:07:01
Please don't add signatures; your answer is already stamped with your name.
Marc Gravell
2010-02-25 12:30:31
Whoops - missed that option. Thank you.
Brian Luft
2010-02-25 16:46:17