Bugfixes
- Fixed compatability with astroid 2.9.1 (#343)
New
- Removed false positive error of missing member in TextChoices tuples #298 (see pulls #330 and #345)
- Moved from Travis CI to GitHub Actions (#336 and #340)
- Added pre-commit configuration and began enforcing black/isort code formatting
- Multiple test fixes (including #338) - newer versions of pylint expect a different format for the expected messages txt files.
- Bumped dependency for pylint-django-utils to get `multi-threaded pylint support (PyCQA/pylint-plugin-utils#21)