You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add load_configuration() in pylint_django.__init__. Fixes#222
If you invoke the plugin like so:
pylint --load-plugins pylint_django.plugin configuration is applied
this patch makes it possible to invoke it also like this:
pylint --load-plugins pylint_django
which is more common.
0 commit comments