On Wed, Jan 2, 2013 at 7:32 AM, Chris Angelico <ros...@gmail.com> wrote: > Okay, I have to ask... why? Does it have an exception for names of classes?
Yes, and for module-level functions. > I don't like linters that enforce too much style. Catch things that > might be mis-coded (like C's classic "if (x = 1)"), but don't complain > about my names. They're MY business. pylint is configurable though, so you can disable any warnings you don't care about. My pylint macro has a fairly large number of -d options in it. -- http://mail.python.org/mailman/listinfo/python-list