From b5f4ae9a0eb79613206f460050788ea4b7e179e1 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 5121952ce..bc5015cad 100644 --- a/README.rst +++ b/README.rst @@ -382,6 +382,8 @@ The following `command line arguments`_ can also be used to modify the defaults: [py33\|py34\|py35\|py36\|py37\|py38\|py39\|py310\|py311\|py312\|py313] 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]`` section to ``pyproject.toml`` in the project's root directory,