diff --git a/CHANGES.rst b/CHANGES.rst index 3b92b56cd..0953c93a6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,8 @@ Added - Display exit code in parentheses after error message. - Do not reformat renamed files. - CI workflow to post recent project activity in a discussion. Triggered manually. +- CI "future" test now tests against ``main`` of Darkgraylib_ in addition to Black_, + Flynt_ and isort_. - The ``--preview`` configuration flag is now supported in the configuration files for Darker and Black - Prevent Pylint from updating beyond version 3.2.7 due to dropped Python 3.8 support. @@ -687,4 +689,5 @@ Added .. _pydocstyle: http://www.pydocstyle.org/ .. _Ruff: https://astral.sh/ruff .. _Black: https://black.readthedocs.io/ +.. _isort: https://pycqa.github.io/isort/ .. _NixOS: https://nixos.org/ diff --git a/constraints-future.txt b/constraints-future.txt index 87ed7623d..6c3d500e7 100644 --- a/constraints-future.txt +++ b/constraints-future.txt @@ -3,6 +3,7 @@ # still works against upcaming releases of Python ependencies. Keep this # up-to-date by adding entries for any packages we want to get early # incompatibility warnings for. -black @ git+https://github.com/psf/black.git@main +black @ git+https://github.com/psf/black.git@main +darkgraylib @ git+https://github.com/akaihola/darkgraylib.git@main flynt @ git+https://github.com/ikamensh/flynt.git@master isort @ git+https://github.com/PyCQA/isort.git@main