From 6a2fa3c6ce34ecfdad603dc42215bf19d47cdcf6 Mon Sep 17 00:00:00 2001 From: James Laska Date: Fri, 6 Feb 2015 09:47:18 -0500 Subject: [PATCH] [pylint] Additional paths to ignore --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index c524095053..1a4a32f323 100644 --- a/.pylintrc +++ b/.pylintrc @@ -2,4 +2,5 @@ # Add files or directories to the blacklist. They should be base names, not # paths. -ignore=awx/lib/site-packages +ignore=site-packages,ui,migrations,data +