Skip to content

Commit

Permalink
docs: update the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Jan 7, 2025
1 parent 00e88cb commit 03684e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Added
Isort or Flynt_.
- Black_ is no longer installed by default. Use ``pip install 'darker[black]'`` to get
Black support.
- pyupgrade_ is now supported as a formatter plugin. Note that changes from pyupgrade
are applied on a per-file basis, not only for modified lines as with Black_ and Ruff_.
- Test against pyupgrade_ ``main`` branch in the CI build.

Removed
-------
Expand Down Expand Up @@ -688,3 +691,4 @@ Added
.. _Ruff: https://astral.sh/ruff
.. _Black: https://black.readthedocs.io/
.. _NixOS: https://nixos.org/
.. _pyupgrade: https://pypi.org/project/pyupgrade/

0 comments on commit 03684e4

Please sign in to comment.