Update pylintrc
Added the migrations directory and manage.py to the ignore list
This commit is contained in:
parent
7d8dcaee47
commit
2974cdab2b
|
@ -13,7 +13,9 @@ profile=no
|
||||||
|
|
||||||
# Add files or directories to the blacklist. They should be base names, not
|
# Add files or directories to the blacklist. They should be base names, not
|
||||||
# paths.
|
# paths.
|
||||||
ignore=CVS,.git
|
ignore=CVS,.git,manage.py
|
||||||
|
|
||||||
|
ignore-patterns=**/migrations/*.py
|
||||||
|
|
||||||
# Pickle collected data for later comparisons.
|
# Pickle collected data for later comparisons.
|
||||||
persistent=no
|
persistent=no
|
||||||
|
|
Loading…
Reference in New Issue