Commit c53fff9f by Ned Batchelder

Tell pylint to shut up about us telling it to shut up.

parent 142762c1
......@@ -35,10 +35,11 @@ load-plugins=
# it should appear only once).
disable=
# Never going to use these
# I0011: Locally disabling W0232
# C0301: Line too long
# W0141: Used builtin function 'map'
# W0142: Used * or ** magic
C0301,W0141,W0142,
I0011,C0301,W0141,W0142,
# Might use these when the code is in better shape
# C0302: Too many lines in module
......
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