Skip to content

Version 2.5.0 (2 Jan 2022)

Compare
Choose a tag to compare
@carlio carlio released this 02 Jan 12:01
· 69 commits to master since this release

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 (pylint-dev/pylint-plugin-utils#21)