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 Oct 21, 2024
1 parent 664f75b commit 074f220
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down Expand Up @@ -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/

0 comments on commit 074f220

Please sign in to comment.