Add praw package to pylint ignore
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -6,3 +6,4 @@ requests==2.11.0
|
||||
six==1.10.0
|
||||
pytest==3.0.7
|
||||
vcrpy==1.10.5
|
||||
pylint==1.6.5
|
||||
Reference in New Issue
Block a user