Update pylintrc

Added the migrations directory and manage.py to the ignore list
This commit is contained in:
Dana Van Aken 2019-10-24 18:30:20 -04:00 committed by GitHub
parent 7d8dcaee47
commit 2974cdab2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ profile=no
# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS,.git
ignore=CVS,.git,manage.py
ignore-patterns=**/migrations/*.py
# Pickle collected data for later comparisons.
persistent=no