From 1f298de5614baf1da20ca14d1aed5dedf1c30828 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Sun, 20 Oct 2024 14:36:33 +0200 Subject: [PATCH] docs: update the change log --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index fe9d3980c..92fbdd0f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -21,6 +21,8 @@ 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_. Removed ------- @@ -686,3 +688,4 @@ Added .. _Ruff: https://astral.sh/ruff .. _Black: https://black.readthedocs.io/ .. _NixOS: https://nixos.org/ +.. _pyupgrade: https://pypi.org/project/pyupgrade/