Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Mar 27, 2024
1 parent f2102e1 commit 609ca35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,10 @@ The following `command line arguments`_ can also be used to modify the defaults:
-l LENGTH, --line-length LENGTH
How many characters per line to allow [default: 88]
-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]
[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
Expand Down

0 comments on commit 609ca35

Please sign in to comment.