From 26a1c31c8a00af063f1f8e8039e5db299a38c0bc Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Wed, 20 Mar 2024 22:14:24 +0200 Subject: [PATCH] Update README --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index ec9e1c652..2bc3cca5b 100644 --- a/README.rst +++ b/README.rst @@ -378,6 +378,8 @@ The following `command line arguments`_ can also be used to modify the defaults: -t VERSION, --target-version VERSION [py33\|py34\|py35\|py36\|py37\|py38\|py39\|py310\|py311\|py312] Python versions that should be supported by Black's output. [default: per-file auto-detection] +--formatter FORMATTER + Formatter to use for reformatting code To change default values for these options for a given project, add a ``[tool.darker]`` or ``[tool.black]`` section to ``pyproject.toml`` in the