Results 7 issues of Carl Crowder

[setoptconf](https://github.com/jayclassless/setoptconf) is used for loading configuration values but is an old, stale library; #438 shows that it needs to be updated, or an alternative found.\ (for now [a temporary solution](https://github.com/carlio/setoptconf-tmp)...

enhancement

https://pypi.org/project/nitpick/ (this is just a placeholder to remind me to do this; cc @andreoliwa)

enhancement

There are a few Python 2vs3 related compatability statements that can be removed now that pylint_django simply doesn't support python2, so just to clean up, remove things like https://github.com/PyCQA/pylint-django/blob/master/pylint_django/utils.py#L11 and...

todo

As part of #287 I needed to remove the non-binary installation flag (see discussion here: https://github.com/PyCQA/pylint-django/pull/287#discussion_r478224905) As far as I can tell the problem comes from clikit not being installed...

todo

Both of these checkers inspect and rely on Django being present and configurable, and so there is a bit of overlap in their functionality. Rather than having two similar "setup"...

question
todo

Adding to the list of 'do not check these paths' for migrations is done in two places: https://github.com/PyCQA/pylint-django/blob/master/pylint_django/checkers/migrations.py#L159 https://github.com/PyCQA/pylint-django/blob/master/pylint_django/plugin.py#L21 This should be removed unless there is some reason that it...

todo

This is a reminder to myself. I think it'd be useful to add a warning to this checker to notify users using older Django versions, especially ones which have passed...

question