From 275347991db0ae2b7cc69fac0b9d32dd622f0fc5 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 2 May 2014 21:23:28 -0400 Subject: Pylint fixed a typo, broke my rc... --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index f11174b4..7d018bc5 100644 --- a/pylintrc +++ b/pylintrc @@ -239,7 +239,7 @@ max-locals=50 max-returns=20 # Maximum number of branch for function / method body -max-branchs=50 +max-branches=50 # Maximum number of statements in function / method body max-statements=150 -- cgit v1.2.1