Run PyLint from Komodo

A while back, I posted a link to PyLint and mentioned (in the comments) that it would be cool to be able to run it from Komodo. Well, Mateusz Łoskot posted to the Komodo list and, after a little experimentation, was able to figure out how to get it to work!

All you have to do is add a new command to the Komodo toolbox or use the Komodo package that Mateusz put together.

Pretty simple in retrospect, but it will definitely help me to improve the quality of my code.

2 Responses to “Run PyLint from Komodo”

  1. Mateusz Łoskot Says:

    *Update*
    Check new update of PyLint Command for Komodo:
    http://mateusz.loskot.net/2006/01/15/running-pylint-from-komodo/

    See Trent’s (Komodo Developer) comments and his gadget for parsing PyLint output. Now, you can navigate between lines reported by PyLint with single click. Nice, isn’t it :-)

  2. import this. » Blog Archive » Installing PyLint on Windows Says:

    [...] Based on the Komodo/PyLint discussion of the last few days, I decided it was a good night to try to get everything installed and working on my Windows box. [...]

Leave a Reply