ignore the migration file in pylint

This commit is contained in:
yangdsh 2019-12-15 21:15:06 +00:00 committed by Dana Van Aken
parent ade504dcc4
commit 1cc7537b2a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ 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,manage.py,0001_initial.py,0002_enable_compression.py,0003_load_initial_data.py,0004_add_lhs.py,credentials.py ignore=CVS,.git,manage.py,0001_initial.py,0002_enable_compression.py,0003_load_initial_data.py,0004_add_lhs.py,0005_add_workload_field.py,credentials.py
# ignore-patterns=**/migrations/*.py # ignore-patterns=**/migrations/*.py