Colorize PyLint Output?
$ pylint --output-format=colorized
Try $ pylint --help | less
for more useful tricks.
If you feel up to writing a Pygments lexer then you could use pygmentize
.
$ pylint --output-format=colorized
Try $ pylint --help | less
for more useful tricks.
If you feel up to writing a Pygments lexer then you could use pygmentize
.