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

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