From 9a0db308020f06d2bedf919e9e5aa296224bced4 Mon Sep 17 00:00:00 2001 From: Hugh Brown Date: Thu, 10 Oct 2013 19:02:20 -0400 Subject: [PATCH] Fool with pylintrc --- pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 06664c7..54791c5 100644 --- a/pylintrc +++ b/pylintrc @@ -115,7 +115,8 @@ attr-rgx=[a-z_][a-z0-9_]{2,40}$ # Regular expression which should only match correct argument names # Amplify: Up to 40 characters long -argument-rgx=[a-z_][a-z0-9_]{2,40}$ +# argument-rgx=[a-z_][a-z0-9_]{2,40}$ +argument-rgx=[A-Za-z_][A-Za-z0-9_]{1,40}$ # Regular expression which should only match correct variable names # Amplify: Up to 40 characters long -- 2.7.4