From 03684e4ba879e8edeebfb8d5fdc5dccdcf42f347 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 3b92b56cd..09879ed0d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 ------- @@ -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/