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
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
Changelog
2
2
=========
3
3
4
+
Version 2.5 [WIP]
5
+
---------------------------
6
+
- Moved from Travis CI to GitHub Actions (`#366 <https://github.com/PyCQA/pylint-django/pull/322>`_ and `#340 <https://github.com/PyCQA/pylint-django/pull/322>`_)
7
+
- Added pre-commit configuration and began enforcing black/isort code formatting (TODO: add github action to enforce)
8
+
- Multiple test fixes (including `#322 <https://github.com/PyCQA/pylint-django/issues/338>`_) - newer versions of pylint expect a different format for the expected messages txt files.
9
+
- TODO: Bumped dependency for pylint-django-utils to get `multi-threaded pylint support <https://github.com/PyCQA/pylint-plugin-utils/pull/21>`_
0 commit comments