From 50ae3e5f82ab811b8148682aeb5e71e1188462a1 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 8f7bbb1b2..c752f0a21 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -19,6 +19,8 @@ Added other formatters in the future. There's also a dummy ``none`` formatter plugin. - ``--formatter=none`` now skips running Black. This is useful when you only want to run Isort or Flynt. +- 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 ------- @@ -682,3 +684,4 @@ Added .. _Ruff: https://astral.sh/ruff .. _Black: https://black.readthedocs.io/ .. _NixOS: https://nixos.org/ +.. _pyupgrade: https://pypi.org/project/pyupgrade/