From e37904fba5d2f1351f403ed93e3dc70b4632a4ed Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 28 Mar 2017 23:07:28 -0700 Subject: [PATCH] Add praw package to pylint ignore --- .pylintrc | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index cfa32ee..86f8e41 100644 --- a/.pylintrc +++ b/.pylintrc @@ -9,7 +9,7 @@ # Add files or directories to the blacklist. They should be base names, not # paths. -ignore=CVS +ignore=praw # Pickle collected data for later comparisons. persistent=yes diff --git a/requirements.txt b/requirements.txt index acc486e..f29662f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ mailcap-fix==0.1.3 requests==2.11.0 six==1.10.0 pytest==3.0.7 -vcrpy==1.10.5 \ No newline at end of file +vcrpy==1.10.5 +pylint==1.6.5 \ No newline at end of file