Add praw package to pylint ignore

This commit is contained in:
Michael Lazar
2017-03-28 23:07:28 -07:00
parent aa4a4d706c
commit e37904fba5
2 changed files with 3 additions and 2 deletions

View File

@@ -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