tags:

views:

34

answers:

1
+1  A: 

If I'm not mistaken, you should be able to use --disable-msg-cat=C (can't remember whether it's uppercase or lowercase or both) to accomplish this.

mattbasta
@mattbasta Thanks for the reply. I discovered the problem: The version of Pylint I have, for no apparent reason, uses `disable=...`. When you put `disable=C` in `~/.pylintrc` (or `--disable=C` from the command line) this works.
Brian M. Hunt