Anyone have any tricks/techniques fo开发者_JS百科r colorizing 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
.
Anyone have any tricks/techniques fo开发者_JS百科r colorizing 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
.
精彩评论