On Thu, Apr 23, 2009 at 12:00 PM, Aahz <[email protected]> wrote: > In article <[email protected]>, > Ben Finney <[email protected]> wrote: >>[email protected] (Aahz) writes: >>> >>> Second, you can configure pylint to respect your personal style >> >>How? I haven't seen any decent documentation on doing so. > > Actually, I don't know how, I'm just repeating what was claimed at a > presentation on pylint. ;-) I've traditionally used pychecker myself > and haven't seen any reason to switch.
I believe you just: pylint --generate-rcfile > ~/.pylintrc and then customize that file. -- David blog: http://www.traceback.org twitter: http://twitter.com/dstanek -- http://mail.python.org/mailman/listinfo/python-list
