Commit 75b39012 by Ned Batchelder

Tweaks to our pylintrc rules.

parent df4b512b
......@@ -41,6 +41,10 @@ disable=
# W0142: Used * or ** magic
I0011,C0301,W0141,W0142,
# Django makes classes that trigger these
# W0232: Class has no __init__ method
W0232,
# Might use these when the code is in better shape
# C0302: Too many lines in module
# R0201: Method could be a function
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment