Adding the following to my .pylintrc files works with Pylint 0.25:
[MASTER]
ignore=migrations
My problems are with PyDev which (it seems) is not respecting my settings. This is due, I think, to the fact that it’s running Pylint per-file, which I think bypasses ‘ignore’ checks – whether for modules/directories or files. The calls to Pylint from PyDev look like:
/path/to/site-packages/pylint/lint.py --include-ids=y /path/to/project/migrations/0018_migration.py