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 Sep 17, 2024
1 parent 68ae2c1 commit b9946be
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 @@ -14,6 +14,10 @@ Added
Darker and Black
- The ``--formatter=black`` option (the default) has been added in preparation for
future formatters.
- Invoking Black is now implemented as a plugin. This allows for easier integration of
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.

Fixed
-----
Expand Down

0 comments on commit b9946be

Please sign in to comment.