I have an ever-growing list of modules to ignore in my pylintrc:
ignored-modules=anytree,apsw,bs4,cachecontrol,dateutil,inflect,matplotlib,markdown,munch,MySQLdb,pytest,pytz,requests_oauthlib,rrule,seaborn,titlecase,untangle,googleapiclient
because otherwise codacy will fail my pull request.
Is there a way to have codacy know about these (pip) modules?
Failing that is there a way to say "ignore these on codacy checks but don't ignore them during local runs of pylint"?