From 3c9f5ad56eafb092dbb632c5d780a91b2f458a86 Mon Sep 17 00:00:00 2001
From: Bob Lantz <rlantz@cs.stanford.edu>
Date: Mon, 1 Dec 2014 15:38:38 -0800
Subject: [PATCH] Disable pep8 whitespace errors

---
 .pylint | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.pylint b/.pylint
index 19127487..bd203fcb 100644
--- a/.pylint
+++ b/.pylint
@@ -41,7 +41,7 @@ load-plugins=
 # can either give multiple identifier separated by comma (,) or put this option
 # multiple time (only on the command line, not in the configuration file where
 # it should appear only once).
-disable=W0704,C0103,W0231,E1102,W0511,W0142,R0902,R0903,R0904,R0913,R0914,R0801,I0011
+disable=W0704,C0103,W0231,E1102,W0511,W0142,R0902,R0903,R0904,R0913,R0914,R0801,I0011,C0326
 
 
 [REPORTS]
-- 
GitLab